Ensure that getGlobalScope always returns the same object

This commit is contained in:
Lukas Aldershaab 2023-10-08 19:43:31 +02:00 committed by Brian Roberts
parent 2c9f6a5350
commit ee93dc3b57
3 changed files with 7 additions and 7 deletions

View file

@ -34,8 +34,6 @@ END_IMPLEMENT_CLASS;
IMPLEMENT_NONINSTANTIABLE_CLASS( EngineExportScope,
"A scope contained a collection of exported engine API entities." )
END_IMPLEMENT_CLASS;
EngineExportScope EngineExportScope::smGlobalScope;
//-----------------------------------------------------------------------------