Merge pull request #6097 from aws-lumberyard-dev/Atom/guthadam/prevent_python_asset_builder_from_activating_in_editor
Removing PythonAssetBuilderSystemComponent from GetRequiredSystemComponents
This commit is contained in:
@@ -34,9 +34,7 @@ namespace PythonAssetBuilder
|
||||
// Add required SystemComponents to the SystemEntity.
|
||||
AZ::ComponentTypeList GetRequiredSystemComponents() const override
|
||||
{
|
||||
return AZ::ComponentTypeList {
|
||||
azrtti_typeid<PythonAssetBuilderSystemComponent>(),
|
||||
};
|
||||
return AZ::ComponentTypeList{};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user