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:
@@ -255,5 +255,5 @@ SetFrameTransparentColor (FRAMEPTR Frame, COLOR c32k)
|
||||
|
||||
COLORtoPalette (c32k, &color);
|
||||
TFB_DrawCanvas_SetTransparentColor (Frame->image->NormalImg,
|
||||
color.r, color.g, color.b, TRUE);
|
||||
color.r, color.g, color.b, FALSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user