fix bug 5911175

Change-Id: I528e7c30e81c85ec31a5abbd74e85cc364a8362f
This commit is contained in:
Robert Ly
2012-02-22 11:05:55 -08:00
parent 197fe26940
commit 5c4d41ecb3

View File

@@ -913,7 +913,7 @@ public abstract class Animation implements Cloneable {
*
* @param interpolatedTime The value of the normalized time (0.0 to 1.0)
* after it has been run through the interpolation function.
* @param t The Transofrmation object to fill in with the current
* @param t The Transformation object to fill in with the current
* transforms.
*/
protected void applyTransformation(float interpolatedTime, Transformation t) {