summaryrefslogtreecommitdiffhomepage
path: root/animator.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-01-19 19:33:31 -0500
committerrealtradam <[email protected]>2021-01-19 19:33:31 -0500
commit5f9ad4e95625e1152bd0ad8bda1a460b696a7d13 (patch)
tree77347054fc0bb51649a9d1c49720f8f55e87cffa /animator.rb
parent344daa131d2343283e9e33e454b328f3e233f6b4 (diff)
downloadruby2d-camera-5f9ad4e95625e1152bd0ad8bda1a460b696a7d13.tar.gz
ruby2d-camera-5f9ad4e95625e1152bd0ad8bda1a460b696a7d13.zip
cleanup
Diffstat (limited to 'animator.rb')
-rw-r--r--animator.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/animator.rb b/animator.rb
index 4a94a87..c2640f6 100644
--- a/animator.rb
+++ b/animator.rb
@@ -37,6 +37,5 @@ class AnimatedSquare
@speed = -@speed
end
end
- puts offset
end
end