Fix warning

This commit is contained in:
Wojtek Figat
2021-02-01 16:23:57 +01:00
parent 1ae898918c
commit efea842486

View File

@@ -606,6 +606,8 @@ void ManagedBinaryModule::OnLoaded(MAssembly* assembly)
for (int32 typeIndex = 0; typeIndex < Types.Count(); typeIndex++)
{
ScriptingType& type = Types[typeIndex];
if (type.Type == ScriptingTypes::Interface)
continue; // TODO: generate C# class for interfaces in API
ASSERT(type.ManagedClass == nullptr);
// Cache class