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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user