Rotate orientation towards shortest arc

This commit is contained in:
2024-01-07 08:46:55 +01:00
parent adf8545b6e
commit 8ff0078b70
2 changed files with 29 additions and 12 deletions

View File

@@ -67,6 +67,6 @@ void setupSystems() {
renderArmPositionSystem = renderArmPosition;
renderCollidersSystem = renderColliders;
ecs_enable(ECS, renderOrientDirSystem, false);
ecs_enable(ECS, renderArmPositionSystem, false);
//ecs_enable(ECS, renderOrientDirSystem, false);
//ecs_enable(ECS, renderArmPositionSystem, false);
}