Fix sort order usage in multi-pass drawing of the Mesh
This commit is contained in:
@@ -871,9 +871,7 @@ ScriptingTypeHandle ManagedBinaryModule::FindType(MonoClass* klass)
|
||||
{
|
||||
int32 typeIndex;
|
||||
if (typeModule->ClassToTypeIndex.TryGet(klass, typeIndex))
|
||||
{
|
||||
return ScriptingTypeHandle(typeModule, typeIndex);
|
||||
}
|
||||
}
|
||||
return ScriptingTypeHandle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user