Updated the SystemComponents in the Default Gem and Project Templates to initialize/deinitialize the Interface instance
This commit is contained in:
@@ -66,7 +66,7 @@ namespace ${SanitizedCppName}
|
||||
${SanitizedCppName}Interface::Register(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
${SanitizedCppName}SystemComponent::~${SanitizedCppName}SystemComponent()
|
||||
{
|
||||
if (${SanitizedCppName}Interface::Get() == this)
|
||||
|
||||
Reference in New Issue
Block a user