mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
fixed a bug in the ecs assembly scanning
This commit is contained in:
@@ -64,6 +64,7 @@ namespace MonoGame.Extended.Entities
|
||||
typeof(AnimatedSprite).GetTypeInfo().Assembly
|
||||
})
|
||||
.SelectMany(a => a.ExportedTypes)
|
||||
.Distinct()
|
||||
.Select(x => x.GetTypeInfo())
|
||||
.ToArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user