Merge pull request #1539 from aws-lumberyard-dev/Prefabs/GameModeNewProjectCrash

Fix issue where new projects would crash when exiting game mode
This commit is contained in:
sconel
2021-06-24 10:50:09 -07:00
committed by GitHub
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ if (PAL_TRAIT_BUILD_HOST_TOOLS)
)
# use the Multiplayer.Editor module in tools like the Editor: Such tools also get the visual debug view:
ly_create_alias(NAME Multiplayer.Tools NAMESPACE Gem TARGETS Gem::Multiplayer.Editor Gem::Multiplayer.Debug)
ly_create_alias(NAME Multiplayer.Tools NAMESPACE Gem TARGETS Gem::Multiplayer.Editor Gem::Multiplayer.Debug Gem::Multiplayer.Builders)
endif()
if (PAL_TRAIT_BUILD_TESTS_SUPPORTED)