mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-30 01:20:25 +07:00
Disabled debug on AnimationLoaderSystem
This commit is contained in:
parent
090389a80c
commit
6ea1b919d9
@ -20,7 +20,7 @@ public class AnimationLoaderSystem extends IteratingSystem {
|
||||
private static final String TAG = "AnimationLoaderSystem";
|
||||
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG_LOAD = DEBUG && true;
|
||||
private static final boolean DEBUG_LOAD = DEBUG && !true;
|
||||
|
||||
private final ComponentMapper<CofComponent> cofComponent = ComponentMapper.getFor(CofComponent.class);
|
||||
private final ComponentMapper<AnimationComponent> animComponent = ComponentMapper.getFor(AnimationComponent.class);
|
||||
|
Loading…
Reference in New Issue
Block a user