From 4d70ac6d5c4c74dde46829e1c7ad137575c01c0d Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Thu, 8 Aug 2019 09:20:55 -0500 Subject: [PATCH] Set initial values for DebugCommand --- lib/ui/commands/debug_command.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ui/commands/debug_command.rb b/lib/ui/commands/debug_command.rb index b6b0158..f1b6861 100644 --- a/lib/ui/commands/debug_command.rb +++ b/lib/ui/commands/debug_command.rb @@ -11,6 +11,10 @@ class IMICFPS def setup $debug = self + set(:boundingboxes, false) + set(:wireframe, false) + set(:stats, false) + set(:fps, false) set(:skydome, true) subcommand(:boundingboxes, :boolean)