Advertisement
Dekita

scene file fix

Sep 2nd, 2014
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #===============================================================================
  2. # Simple Fix for Graphical Object Bug in default RM VxAce Scene_file
  3. # ^ found thanks to Mithrans GOJR script. :)
  4. #===============================================================================
  5. class Scene_File
  6. #===============================================================================
  7. #-----------------------------------------------------------------------------
  8. # Overwrite
  9. #-----------------------------------------------------------------------------
  10. def terminate
  11. @savefile_windows.each {|window| window.dispose }
  12. @savefile_viewport.dispose
  13. super
  14. end
  15. #-----------------------------------------------------------------------------
  16. #
  17. #-----------------------------------------------------------------------------
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement