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:
@@ -62,7 +62,7 @@ class IMICFPS
|
||||
end
|
||||
end
|
||||
|
||||
puts "Total Lines: #{lines}" if $debug
|
||||
puts "Total Lines: #{lines}" if $debug.get(:stats)
|
||||
calculate_bounding_box(@vertices, @bounding_box)
|
||||
@objects.each do |o|
|
||||
calculate_bounding_box(o.vertices, o.bounding_box)
|
||||
|
||||
Reference in New Issue
Block a user