Changed editor pause for transform system to true

This commit is contained in:
Diren D Bharwani 2022-09-22 22:58:14 +08:00
parent 6d646851e2
commit c77d9b2ff5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace SHADE
/*-----------------------------------------------------------------------------------*/
SHTransformSystem::TransformUpdateRoutine::TransformUpdateRoutine()
: SHSystemRoutine { "Transform Update", false }
: SHSystemRoutine { "Transform Update", true }
{}