removed double initialization of ScaledImg
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@876 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -263,8 +263,6 @@ TFB_DrawImage_New (TFB_Canvas canvas)
|
||||
img->NormalImg = TFB_DrawCanvas_ToScreenFormat (canvas);
|
||||
}
|
||||
|
||||
img->ScaledImg = NULL;
|
||||
|
||||
return img;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user