Removed static data member for transform update routine
This commit is contained in:
parent
2d93c9559d
commit
cda7330c5b
|
@ -72,7 +72,7 @@ namespace SHADE
|
|||
void Execute(double dt) noexcept override;
|
||||
};
|
||||
|
||||
static TransformUpdateRoutine UpdateRoutine;
|
||||
//static TransformUpdateRoutine UpdateRoutine;
|
||||
|
||||
private:
|
||||
/*---------------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in New Issue