summaryrefslogtreecommitdiffhomepage
path: root/run.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-01-21 13:45:29 -0500
committerrealtradam <[email protected]>2021-01-21 13:45:29 -0500
commitdfdd40ce56c231333f63a2ea0d1e3bce087b0d19 (patch)
treebfa60630749a5ce7b49c5bd3712c473de157daee /run.rb
parent463b68e50e0c703f8e171168dc5e771daf1d375c (diff)
downloadruby2d-camera-old-dfdd40ce56c231333f63a2ea0d1e3bce087b0d19.tar.gz
ruby2d-camera-old-dfdd40ce56c231333f63a2ea0d1e3bce087b0d19.zip
removed debug flag
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