mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
Update EcsWorld.cs
This commit is contained in:
parent
43ee5e3711
commit
7bf943f7c1
@ -165,7 +165,7 @@ namespace DCFApixels.DragonECS
|
|||||||
EcsDebug.PrintWarning("The world is already destroyed");
|
EcsDebug.PrintWarning("The world is already destroyed");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(id == NULL_WORLD_ID)
|
if (id == NULL_WORLD_ID)
|
||||||
{
|
{
|
||||||
#if (DEBUG && !DISABLE_DEBUG)
|
#if (DEBUG && !DISABLE_DEBUG)
|
||||||
Throw.World_WorldCantBeDestroyed();
|
Throw.World_WorldCantBeDestroyed();
|
||||||
|
Loading…
Reference in New Issue
Block a user