summaryrefslogtreecommitdiffhomepage
path: root/run.rb
diff options
context:
space:
mode:
Diffstat (limited to 'run.rb')
-rw-r--r--run.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/run.rb b/run.rb
index 4605459..8d45db9 100644
--- a/run.rb
+++ b/run.rb
@@ -112,7 +112,6 @@ update do
end
# Need to use the cameras position as an offset to keep the shapes range of movement working
# Need to make the zoom also give an offset
- require 'debug'
@squares.each do |square|
square.update(Camera.camera_position, Camera.zoom_level)
end