Change TerrainLayerSpawner to use axis aligned box. (#4019)

* Change TerrainLayerSpawner to use axis aligned box.

Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>

* Review change.

Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
This commit is contained in:
sphrose
2021-09-09 17:12:18 +01:00
committed by GitHub
parent 91e9c8d81f
commit 65de5ec3e6
@@ -78,7 +78,7 @@ namespace Terrain
void TerrainLayerSpawnerComponent::GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& services)
{
services.push_back(AZ_CRC("BoxShapeService"));
services.push_back(AZ_CRC_CE("AxisAlignedBoxShapeService"));
}
void TerrainLayerSpawnerComponent::Reflect(AZ::ReflectContext* context)