130 131 132 133
# File 'lib/ruby2d/camera.rb', line 130 def update(&aproc) @update_proc = (aproc << proc { Ruby2D::Camera._redraw }) true end