NathanSweet 12 年 前
コミット
284ac9a5be

+ 1 - 1
spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java

@@ -129,7 +129,7 @@ public class AnimationStateTest extends ApplicationAdapter {
 	}
 
 	public void render () {
-		state.update(Gdx.graphics.getDeltaTime());
+		state.update(Gdx.graphics.getDeltaTime()); // Update the animation time.
 
 		Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT);