Minor tweaks

This commit is contained in:
2019-10-25 17:41:16 -05:00
parent 202331474b
commit a95849d5c7
3 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ class IMICRTS
Gosu.draw_rect(@box.min.x, @box.min.y, @box.width, @box.height, Gosu::Color.rgba(50, 50, 50, 150), Float::INFINITY) if @box
end
@debug_info.draw
@debug_info.draw if Setting.enabled?(:debug_info_bar)
end
def update