rpgtkoolmv / corescript

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

Flashing sprites faster #152

Closed krmbn0576 closed 6 years ago

krmbn0576 commented 6 years ago

Bitmap's "Changing tone" is high cost. "Flashing" and "Changing tone" have completely different process, but they were confused. As a result, "Changing tone" was executed while only "Flashing" was enabled. useless! 😖

In this PR, only "Flashing" is enabled, just execute it!