Merge branch 'main' of https://github.com/aws-lumberyard/o3de
This commit is contained in:
@@ -213,6 +213,9 @@ namespace PhysXDebug
|
||||
void SystemComponent::GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required)
|
||||
{
|
||||
required.push_back(AZ_CRC("PhysXService"));
|
||||
#ifdef PHYSXDEBUG_GEM_EDITOR
|
||||
required.push_back(AZ_CRC("PhysXEditorService"));
|
||||
#endif // PHYSXDEBUG_GEM_EDITOR
|
||||
}
|
||||
|
||||
void SystemComponent::GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent)
|
||||
|
||||
Reference in New Issue
Block a user