Fix DRAWABLE bug introduced during the move of request_drawable() in r3467
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3468 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -84,7 +84,7 @@ request_drawable (COUNT NumFrames, DRAWABLE_TYPE DrawableType,
|
|||||||
}
|
}
|
||||||
|
|
||||||
FramePtr->Type = DrawableType;
|
FramePtr->Type = DrawableType;
|
||||||
FramePtr->Index = NumFrames;
|
FramePtr->Index = i;
|
||||||
SetFrameBounds (FramePtr, width, height);
|
SetFrameBounds (FramePtr, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user