[SPEC-7971] Update gem module name to match cmake target name (#3055)

Fixes for module names so they match cmake target name
This commit is contained in:
Vincent Liu
2021-08-12 10:56:51 -07:00
committed by GitHub
parent 8997cab253
commit 9579826b5c
3 changed files with 3 additions and 3 deletions
@@ -28,4 +28,4 @@ namespace Multiplayer
}
}
AZ_DECLARE_MODULE_CLASS(Gem_Multiplayer_Imgui, Multiplayer::MultiplayerDebugModule);
AZ_DECLARE_MODULE_CLASS(Gem_Multiplayer_Debug, Multiplayer::MultiplayerDebugModule);