From 284ac9a5be2214650d57350cb0c9e417dc341162 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Wed, 30 Oct 2013 11:28:57 +0100 Subject: [PATCH] Comment. --- .../test/com/esotericsoftware/spine/AnimationStateTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java b/spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java index f744d0030..f31506f3a 100644 --- a/spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java +++ b/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);