This commit is contained in:
NathanSweet 2013-10-30 11:28:57 +01:00
parent b7f7703804
commit 284ac9a5be

View File

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