Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #===============================================================================
- # Simple Fix for Graphical Object Bug in default RM VxAce Scene_file
- # ^ found thanks to Mithrans GOJR script. :)
- #===============================================================================
- class Scene_File
- #===============================================================================
- #-----------------------------------------------------------------------------
- # Overwrite
- #-----------------------------------------------------------------------------
- def terminate
- @savefile_windows.each {|window| window.dispose }
- @savefile_viewport.dispose
- super
- end
- #-----------------------------------------------------------------------------
- #
- #-----------------------------------------------------------------------------
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement