Removed static data member for transform update routine

This commit is contained in:
Diren D Bharwani 2022-09-22 14:56:58 +08:00
parent 2d93c9559d
commit cda7330c5b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ namespace SHADE
void Execute(double dt) noexcept override;
};
static TransformUpdateRoutine UpdateRoutine;
//static TransformUpdateRoutine UpdateRoutine;
private:
/*---------------------------------------------------------------------------------*/