git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@891 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2010-02-24 01:30:40 +00:00
parent 80477e64ba
commit c60e694633
@@ -77,7 +77,7 @@ public class ScaleAnimation extends Animation
* trick it with this function.
*
* Oh, and this function computes how big the bounding box needs to be to bound the inputted
* image scaled to the inputted size centered around the inputted center poitn.
* image scaled to the inputted size centered around the inputted center point.
*/
public static Rectangle getBounds (float scale, Point center, Mirage image)
{