This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
modtainers
/
Svelto.ECS
mirror of
https://github.com/sebas77/Svelto.ECS
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
49
Wiki
Activity
Browse Source
fixed mistake introduced with the last commit
tags/Rel1
sebas77
7 years ago
parent
dadbe33829
commit
298a0e6cad
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ECS/EnginesRoot.cs
+ 1
- 1
ECS/EnginesRoot.cs
View File
@@ -165,7 +165,7 @@ namespace Svelto.ECS
{
var interfaceType = implementedInterfaces[index];
if (
in
t
erfaceT
ype.IsAssignableFrom(type) == false)
if (type.IsAssignableFrom(
in
t
erfaceT
ype) == false)
continue;
#if !NETFX_CORE
Write
Preview
Loading…
Cancel
Save