Reflect() fix

Signed-off-by: Dayo Lawal <lawalfua@amazon.com>
This commit is contained in:
Dayo Lawal
2021-07-27 02:11:58 -05:00
parent 61038ccd03
commit e3083c7310
2 changed files with 2 additions and 2 deletions
@@ -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)
@@ -85,7 +85,7 @@ namespace ShaderManagementConsole
void ShaderManagementConsoleApplication::Reflect(AZ::ReflectContext* context)
{
Base::Reflect();
Base::Reflect(context);
}
void ShaderManagementConsoleApplication::OnShaderManagementConsoleWindowClosing()