Proper dependencies to LmbrCentral/LmbrCentral.Editor, mixing those two can cause Editor modules to load non-Editor modules

This commit is contained in:
pappeste
2021-05-24 18:57:48 -07:00
parent bff7d39f68
commit db0db5c1c0
14 changed files with 22 additions and 25 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ ly_add_target(
PRIVATE
AZ::AzCore
Gem::CameraFramework.Static
Gem::LmbrCentral
Gem::LmbrCentral.Static
Legacy::CryCommon
)