mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 10:04:36 +08:00
fix naming
This commit is contained in:
parent
ac5b7ddbac
commit
e742608e53
@ -68,7 +68,7 @@ namespace DCFApixels.DragonECS
|
||||
private static SparseArray<EcsEntityConnect> _connectedEntities = new SparseArray<EcsEntityConnect>();
|
||||
|
||||
[SerializeField]
|
||||
private bool _deleteEntiityWithDestroy = false;
|
||||
private bool _deleteEntityWithDestroy = false;
|
||||
[SerializeField]
|
||||
private ScriptableEntityTemplateBase[] _scriptableTemplates;
|
||||
[SerializeField]
|
||||
@ -173,7 +173,7 @@ namespace DCFApixels.DragonECS
|
||||
Disconnect();
|
||||
|
||||
|
||||
if (_deleteEntiityWithDestroy == false)
|
||||
if (_deleteEntityWithDestroy == false)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user