Updating the AZ_DECLARE_MODULE_CLASS call in the Project's template code module to use the Gem_ prefix instead of Project_ since that is what the StaticModules.inl file geneates in it CreateStaticModules function when generating a monolithic solution

This commit is contained in:
lumberyard-employee-dm
2021-05-26 18:34:25 -05:00
parent 3083e5008b
commit 32919b1e7b
@@ -47,4 +47,4 @@ namespace ${Name}
};
}// namespace ${Name}
AZ_DECLARE_MODULE_CLASS(Project_${Name}, ${Name}::${Name}Module)
AZ_DECLARE_MODULE_CLASS(Gem_${Name}, ${Name}::${Name}Module)