|
|
|
|
@ -219,9 +219,6 @@ namespace LmbrCentral
|
|
|
|
|
PolygonPrismShapeDebugDisplayComponent::CreateDescriptor(),
|
|
|
|
|
TubeShapeDebugDisplayComponent::CreateDescriptor(),
|
|
|
|
|
AssetSystemDebugComponent::CreateDescriptor(),
|
|
|
|
|
#if AZ_LOADSCREENCOMPONENT_ENABLED
|
|
|
|
|
LoadScreenComponent::CreateDescriptor(),
|
|
|
|
|
#endif // if AZ_LOADSCREENCOMPONENT_ENABLED
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// This is an internal Amazon gem, so register it's components for metrics tracking, otherwise the name of the component won't get sent back.
|
|
|
|
|
@ -248,9 +245,6 @@ namespace LmbrCentral
|
|
|
|
|
azrtti_typeid<AudioSystemComponent>(),
|
|
|
|
|
azrtti_typeid<BundlingSystemComponent>(),
|
|
|
|
|
azrtti_typeid<AssetSystemDebugComponent>(),
|
|
|
|
|
#if AZ_LOADSCREENCOMPONENT_ENABLED
|
|
|
|
|
azrtti_typeid<LoadScreenComponent>(),
|
|
|
|
|
#endif // if AZ_LOADSCREENCOMPONENT_ENABLED
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|