mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
5f5940f443
commit
5d5ab2daeb
@ -123,7 +123,7 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
private sealed class NullWorld : EcsWorld
|
||||
{
|
||||
internal NullWorld() : base(EmptyConfig.Instance, false) { }
|
||||
internal NullWorld() : base(EcsWorldConfig.Empty, false) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user