diff options
Diffstat (limited to 'lib/camera/camera.rb')
| -rw-r--r-- | lib/camera/camera.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/camera/camera.rb b/lib/camera/camera.rb index cfea114..2b94150 100644 --- a/lib/camera/camera.rb +++ b/lib/camera/camera.rb @@ -61,8 +61,8 @@ module Camera # Redraw all objects that # are tracked by the Camera - def self.update - objects.each(&:update) + def self.redraw + objects.each(&:redraw) end # Variables changing Camera properties |
