Merge pull request #6297 from tjmgd/bug-white-box-57

White box limit
This commit is contained in:
Chris Galvan
2021-12-27 13:15:04 -06:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -265,6 +265,7 @@ namespace WhiteBox
{
incompatible.push_back(AZ_CRC_CE("NonUniformScaleService"));
incompatible.push_back(AZ_CRC_CE("MeshService"));
incompatible.push_back(AZ_CRC_CE("WhiteBoxService"));
}
EditorWhiteBoxComponent::EditorWhiteBoxComponent() = default;