rpgtkoolmv / corescript

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

setCursorAllFix #157

Closed Sigureya closed 6 years ago

Sigureya commented 6 years ago

Even if you call setCursorAll (), the cursor does not change immediately. It was inconvenient to call this function from the plugin, so I would like to fix it. With Window_MenuActor.selectForItem (), updateCursor () is called twice, which is wasteful of processing. This is fixed with another commit.