Do not use RLE coding on dynamic work surfaces (too slow)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1986 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-11-11 05:00:46 +00:00
parent dfa6107f2c
commit 119581c81b
+1 -1
View File
@@ -255,5 +255,5 @@ SetFrameTransparentColor (FRAMEPTR Frame, COLOR c32k)
COLORtoPalette (c32k, &color); COLORtoPalette (c32k, &color);
TFB_DrawCanvas_SetTransparentColor (Frame->image->NormalImg, TFB_DrawCanvas_SetTransparentColor (Frame->image->NormalImg,
color.r, color.g, color.b, TRUE); color.r, color.g, color.b, FALSE);
} }