diff --git a/scripts/Main.rb b/scripts/Main.rb index af5e419..c10ac3e 100644 --- a/scripts/Main.rb +++ b/scripts/Main.rb @@ -15,15 +15,8 @@ begin $console = Graphics.fullscreen Graphics.frame_rate = 60 Font.default_size = 20 + #debug shit Input.set_led(0, 255, 0) - - #if defined?(RubyVM::YJIT) - # RubyVM::YJIT.enable - #elsif defined?(RubyVM::ZJIT) - # RubyVM::ZJIT.enable - #elsif defined?(RubyVM::RJIT) - # RubyVM::RJIT.enable - #end # Load persistent data Persistent.load @@ -46,10 +39,6 @@ begin if Journal.active? Journal.set '' end - - if $debug - tp.disable - end Oneshot.allow_exit true rescue Errno::ENOENT