quxios / QMV-Master-Demo

Master demo of QPlugins for RPG Maker MV
https://quxios.github.io/#/plugins
38 stars 71 forks source link

QAudio has a typo which leads to a crash. #22

Open Espilonarge opened 5 years ago

Espilonarge commented 5 years ago

Line 264 has a typo in the code.

if (cmd === 'save') { return AudioManager.saveQAudioa(); }

"saveQAudioa" should be "saveQAudios" otherwise MV will always spit out an error any time you try using the "qAudio save" plugin command.