- Joined
- May 22, 2016
- Messages
- 2,674
- Reaction score
- 566
- First Language
- English
- Primarily Uses
- RMVXA
https://forums.rpgmakerweb.com/index.php?threads/vs-promotion-system-v0-2.18875/
Found this to have memory leaks and tried it in another demo and same results.
Lines 597, 599, 601, 604, and 609. Basically every entry with window.new
597 -> @promotion_header_window = Promotion_Header_Window.new(0, 0, Graphics.width, 75)
Can someone help?
In the meantime, I'll go back to watching ruby tutorials.
Found this to have memory leaks and tried it in another demo and same results.
Lines 597, 599, 601, 604, and 609. Basically every entry with window.new
597 -> @promotion_header_window = Promotion_Header_Window.new(0, 0, Graphics.width, 75)
Can someone help?
In the meantime, I'll go back to watching ruby tutorials.


