From 4c3c3fcf366a254ff87a9803041048d88350b06a Mon Sep 17 00:00:00 2001 From: sebas77 Date: Mon, 30 Jan 2017 11:20:41 +0000 Subject: [PATCH] enable fundamental code that was disabled by mistake, this will break the UWP .Net compilation again --- ECS/EnginesRoot.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ECS/EnginesRoot.cs b/ECS/EnginesRoot.cs index 104e9dc..ab30b18 100644 --- a/ECS/EnginesRoot.cs +++ b/ECS/EnginesRoot.cs @@ -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); }