# File lib/rubygame/sprite.rb, line 421 def undraw(dest,background) self.each { |sprite| @dirty_rects.push( sprite.undraw(dest, background) ) } end