mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Removed sysout
This commit is contained in:
parent
159d076f79
commit
b075838c9e
@ -76,7 +76,6 @@ public class AnimationStateTest extends ApplicationAdapter {
|
|||||||
Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT);
|
Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT);
|
||||||
batch.begin();
|
batch.begin();
|
||||||
|
|
||||||
System.out.println(skeleton);
|
|
||||||
state.apply(skeleton);
|
state.apply(skeleton);
|
||||||
// After one second, change the current animation. Mixing is done by AnimationState for you.
|
// After one second, change the current animation. Mixing is done by AnimationState for you.
|
||||||
if (state.getTime() > 1 && state.getAnimation() == walkAnimation) state.setAnimation(jumpAnimation, false);
|
if (state.getTime() > 1 && state.getAnimation() == walkAnimation) state.setAnimation(jumpAnimation, false);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user