Fix non tools build.

This commit is contained in:
Relintai 2023-06-09 11:39:52 +02:00
parent 23daaf95a6
commit 0bb4e0a9c2

View File

@ -375,13 +375,11 @@ void TileMap::update_dirty_quadrants() {
SceneTree *st = SceneTree::get_singleton();
Color debug_collision_color;
#ifdef DEBUG_ENABLED
bool enabled_geometry_face_random_color = false;
bool enabled_edge_lines = false;
Color debug_face_color;
Color debug_edge_color;
#endif // DEBUG_ENABLED
bool debug_shapes = false;
if (st) {