Add debug menu option, misc. tweaks
This commit is contained in:
@@ -204,12 +204,12 @@ void setupSystems() {
|
||||
ECS_SYSTEM(ECS, renderDebugPath, EcsOnUpdate, Path);
|
||||
|
||||
ECS_SYSTEM(ECS, renderColliders, EcsOnUpdate, Position, HitBox);
|
||||
ECS_SYSTEM(ECS, renderOrientationDirection, EcsOnUpdate, Position, Orientation);
|
||||
//ECS_SYSTEM(ECS, renderOrientationDirection, EcsOnUpdate, Position, Orientation);
|
||||
|
||||
ECS_SYSTEM(ECS, delayDeleteUpdate, EcsOnUpdate, DelayDelete);
|
||||
|
||||
renderDebugPathSystem = renderDebugPath;
|
||||
renderOrientDirSystem = renderOrientationDirection;
|
||||
//renderOrientDirSystem = renderOrientationDirection;
|
||||
renderCollidersSystem = renderColliders;
|
||||
|
||||
//ecs_enable(ECS, renderOrientDirSystem, false);
|
||||
|
||||
Reference in New Issue
Block a user