hedgewars/uTextures.pas
changeset 12765 d01e9dd5c439
parent 11532 bf86c6cb9341
child 12843 8599a7d4df54
--- a/hedgewars/uTextures.pas	Wed Oct 25 23:47:07 2017 +0200
+++ b/hedgewars/uTextures.pas	Wed Oct 25 19:44:42 2017 -0400
@@ -244,9 +244,11 @@
 
 fromP4:= Surf^.pixels;
 
+// FIXME move out of surface2tex
 if GrayScale then
     Surface2GrayScale(Surf);
 
+// FIXME move out of surface2tex
 PrettifySurfaceAlpha(surf, fromP4);
 
 if (not SupportNPOTT) and (not (isPowerOf2(Surf^.w) and isPowerOf2(Surf^.h))) then