rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

Fix cannot draw window's contents or backgrounds correctly #189

Closed krmbn0576 closed 5 years ago

krmbn0576 commented 5 years ago

In Chrome 69, the contents and background of the windows are often not rendered correctly when the scene is changed quickly.

The investigation found that this is a bug in PIXI or Chrome 69. I reported this to the PIXI community ( https://github.com/pixijs/pixi.js/issues/5136), but they do not seem to deal with this problem. So I wrote a hotfix.

It is unclear why this hotfix solves the problem. 😨