hedgewars/uMisc.pas
changeset 10150 fa5c83fd0ad9
parent 10127 7f29a65aa1e4
child 10424 4be6cd55f1cf
child 10633 2f062fac5791
--- a/hedgewars/uMisc.pas	Fri Feb 21 13:31:16 2014 +0400
+++ b/hedgewars/uMisc.pas	Sun Feb 23 10:06:58 2014 -0500
@@ -300,6 +300,7 @@
 end;
 
 {$IFDEF SDL2}
+// FIXME - pretty sure this is not handling endianness correctly like the SDL1 is
 const SDL_PIXELFORMAT_ABGR8888 = (1 shl 28) or (6 shl 24) or (7 shl 20) or (6 shl 16) or (32 shl 8) or 4;
 {$ELSE}
 const format: TSDL_PixelFormat = (