@@ -95,7 +95,7 @@ namespace MaterialEditor
|
||||
|
||||
void MaterialEditorApplication::Reflect(AZ::ReflectContext* context)
|
||||
{
|
||||
Base::Reflect();
|
||||
Base::Reflect(context);
|
||||
}
|
||||
|
||||
void MaterialEditorApplication::CreateStaticModules(AZStd::vector<AZ::Module*>& outModules)
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@ namespace ShaderManagementConsole
|
||||
|
||||
void ShaderManagementConsoleApplication::Reflect(AZ::ReflectContext* context)
|
||||
{
|
||||
Base::Reflect();
|
||||
Base::Reflect(context);
|
||||
}
|
||||
|
||||
void ShaderManagementConsoleApplication::OnShaderManagementConsoleWindowClosing()
|
||||
|
||||
Reference in New Issue
Block a user