mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 18:14:35 +08:00
fix naming
This commit is contained in:
parent
a407551e2b
commit
7fd8b3f5b7
@ -17,7 +17,7 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
const char SEPARATOR = '\t';
|
const char SEPARATOR = '\t';
|
||||||
|
|
||||||
var world = Target.World;
|
var world = Target.World;
|
||||||
EntitesMatrix mtrx = new EntitesMatrix(world);
|
EntitiesMatrix mtrx = new EntitiesMatrix(world);
|
||||||
|
|
||||||
var allpools = world.AllPools.Slice(0, world.PoolsCount);
|
var allpools = world.AllPools.Slice(0, world.PoolsCount);
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
|
Loading…
Reference in New Issue
Block a user