diff --git a/physobj.rb b/physobj.rb index 92fa5db..626c8f0 100644 --- a/physobj.rb +++ b/physobj.rb @@ -30,7 +30,7 @@ class PhysObj def render_path @saved_pos.each do |pos| - Gosu.draw_rect(pos[0], pos[1], 2, 2, Gosu::Color.argb(0x44_ccccff)) + Gosu.draw_rect(pos[0], pos[1], 1, 1, Gosu::Color.argb(0x44_ccccff)) end end