Method: Gosu::DrawOpQueue#schedule_draw_op

Defined in:
lib/gosu_android/graphics/drawOpQueue.rb

#schedule_draw_op(op) ⇒ Object



16
17
18
19
# File 'lib/gosu_android/graphics/drawOpQueue.rb', line 16

def schedule_draw_op(op)
  #TODO Should do more stuff, check original code
  @ops.push op
end