diff --git a/DungeonShooting_Godot/src/framework/map/DungeonTile.cs b/DungeonShooting_Godot/src/framework/map/DungeonTile.cs index 2f6d618..eaabe0c 100644 --- a/DungeonShooting_Godot/src/framework/map/DungeonTile.cs +++ b/DungeonShooting_Godot/src/framework/map/DungeonTile.cs @@ -93,6 +93,9 @@ node.Position = roomInfo.GetWorldPosition() + (node.GlobalPosition - offset); } } + + i--; + childCount--; } //物体标记