NathanSweet 12 年之前
父节点
当前提交
284ac9a5be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java

+ 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);