remove leftover Developer Options

This commit is contained in:
Sonic Dreamcaster
2025-01-11 15:04:00 -03:00
parent d514c7f330
commit 1294b948aa
-6
View File
@@ -521,12 +521,6 @@ void DrawDebugMenu() {
UIWidgets::CVarCheckbox("Debug mode", "gEnableDebugMode", { .tooltip = "Enable debug mode" });
UIWidgets::CVarCheckbox("Level Selector", "gLevelSelector",
{ .tooltip = "Allows you to select any level from the main menu" });
UIWidgets::CVarCheckbox("SFX Jukebox", "gSfxJukebox",
{ .tooltip = "Allows you to play sound effects from the game" });
UIWidgets::CVarCheckbox("Render Collision", "gRenderCollisionMesh",
{ .tooltip = "Renders the collision mesh instead of the course mesh" });