mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-23 07:54:17 +01:00
Fix non tools build.
This commit is contained in:
parent
23daaf95a6
commit
0bb4e0a9c2
@ -375,13 +375,11 @@ void TileMap::update_dirty_quadrants() {
|
|||||||
SceneTree *st = SceneTree::get_singleton();
|
SceneTree *st = SceneTree::get_singleton();
|
||||||
Color debug_collision_color;
|
Color debug_collision_color;
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED
|
|
||||||
bool enabled_geometry_face_random_color = false;
|
bool enabled_geometry_face_random_color = false;
|
||||||
bool enabled_edge_lines = false;
|
bool enabled_edge_lines = false;
|
||||||
|
|
||||||
Color debug_face_color;
|
Color debug_face_color;
|
||||||
Color debug_edge_color;
|
Color debug_edge_color;
|
||||||
#endif // DEBUG_ENABLED
|
|
||||||
|
|
||||||
bool debug_shapes = false;
|
bool debug_shapes = false;
|
||||||
if (st) {
|
if (st) {
|
||||||
|
Loading…
Reference in New Issue
Block a user