mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Debug commands now affect game
This commit is contained in:
@@ -61,8 +61,6 @@ if RUBY_VERSION < "2.5.0"
|
||||
end
|
||||
end
|
||||
|
||||
$debug = ARGV.join.include?("--debug") ? true : false
|
||||
|
||||
class IMICFPS
|
||||
GAME_ROOT_PATH = File.expand_path(File.dirname(__FILE__))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user