iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
114 stars 32 forks source link

softgm screws up colors on Mac OS X #80

Closed asiekierka closed 11 years ago

asiekierka commented 11 years ago

Quite badly, too.

iamgreaser commented 11 years ago

Screenshot? It might be a B/R swap.

I think the easiest way to do this would be to do a B/R swap before SDL_Flip and straight after it, too, just so the colour data stays intact on the engine end.

iamgreaser commented 11 years ago

Problem solved, it was a 32-bit endian swap.