mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-14 19:11:36 +08:00
Comment.
This commit is contained in:
parent
b7f7703804
commit
284ac9a5be
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user