summaryrefslogtreecommitdiffstats
path: root/src/game/client/toggles.cc
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2026-01-05 02:41:34 +0500
committeruntodesu <kirill@untode.su>2026-01-05 02:41:34 +0500
commit415e6c8d3f19583aca1fc2b606ac32e317024630 (patch)
tree994fc00939910f78c176f9415e8bba51f670d854 /src/game/client/toggles.cc
parent915e52157208af9b41dd52892e7138c8c440e85b (diff)
downloadvoxelius-415e6c8d3f19583aca1fc2b606ac32e317024630.tar.bz2
voxelius-415e6c8d3f19583aca1fc2b606ac32e317024630.zip
Keep trying to figure collision out
Diffstat (limited to 'src/game/client/toggles.cc')
-rw-r--r--src/game/client/toggles.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/toggles.cc b/src/game/client/toggles.cc
index 1b46960..0ad7a27 100644
--- a/src/game/client/toggles.cc
+++ b/src/game/client/toggles.cc
@@ -106,7 +106,7 @@ void toggles::init(void)
toggle_infos[TOGGLE_CHUNK_AABB].description = "chunk Borders";
toggle_infos[TOGGLE_CHUNK_AABB].glfw_keycode = GLFW_KEY_G;
- toggle_infos[TOGGLE_CHUNK_AABB].is_enabled = true;
+ toggle_infos[TOGGLE_CHUNK_AABB].is_enabled = false;
toggle_infos[TOGGLE_METRICS_UI].description = std::string_view();
toggle_infos[TOGGLE_METRICS_UI].glfw_keycode = GLFW_KEY_V;