소스 검색

Removed sysout

NathanSweet 12 년 전
부모
커밋
b075838c9e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java

+ 0 - 1
spine-libgdx/test/com/esotericsoftware/spine/AnimationStateTest.java

@@ -76,7 +76,6 @@ public class AnimationStateTest extends ApplicationAdapter {
 		Gdx.gl.glClear(GL10.GL_COLOR_BUFFER_BIT);
 		batch.begin();
 
-		System.out.println(skeleton);
 		state.apply(skeleton);
 		// 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);