Deleted Visibility gem, it was Cry only gem
This commit is contained in:
@@ -48,11 +48,6 @@ namespace PhysX
|
||||
AzToolsFramework::EditorRequests::Bus::BroadcastResult(editor, &AzToolsFramework::EditorRequests::GetEditor);
|
||||
|
||||
ISurfaceTypeEnumerator* surfaceTypeEnumerator = nullptr;
|
||||
if (editor && editor->Get3DEngine())
|
||||
{
|
||||
surfaceTypeEnumerator = editor->Get3DEngine()->GetMaterialManager()->GetSurfaceTypeManager()->GetEnumerator();
|
||||
}
|
||||
|
||||
if (surfaceTypeEnumerator)
|
||||
{
|
||||
// Enumerate through CryEngine surface types and create a Physics API material for each of them
|
||||
|
||||
Reference in New Issue
Block a user