Mithran

VXA Picture bitmap nil test

Mar 14th, 2012
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Sprite_Picture
  2. alias update_origin_niltest update_origin
  3. def update_origin
  4. update_origin_niltest if bitmap
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment