fix naming

This commit is contained in:
Mikhail 2024-11-08 19:07:22 +08:00
parent a407551e2b
commit 7fd8b3f5b7

View File

@ -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();