mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 23:38:28 +07:00
Disabled debug on AnimationLoaderSystem
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user