Browse Source

enable fundamental code that was disabled by mistake, this will break the UWP .Net compilation again

tags/Rel1
sebas77 7 years ago
parent
commit
4c3c3fcf36
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ECS/EnginesRoot.cs

+ 2
- 2
ECS/EnginesRoot.cs View File

@@ -123,7 +123,7 @@ namespace Svelto.ECS
return;
}

/* var baseType = engine.GetType().BaseType;
var baseType = engine.GetType().BaseType;
if (baseType.IsGenericType)
{
var genericType = baseType.GetGenericTypeDefinition();
@@ -134,7 +134,7 @@ namespace Svelto.ECS

return;
}
}*/
}

_otherEnginesReferences.Add(engine);
}


Loading…
Cancel
Save