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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user