diff --git a/www.eng/js/plugins/Omori Title Screen.js b/www.eng/js/plugins/Omori Title Screen.js index ca41c46..85115ce 100644 --- a/www.eng/js/plugins/Omori Title Screen.js +++ b/www.eng/js/plugins/Omori Title Screen.js @@ -113,7 +113,9 @@ Scene_OmoriTitleScreen.prototype.create = function () { Scene_BaseEX.prototype.create.call(this); // ONSControls - ONSControls.initialize(); + if (ONSControls._controlsCanvas === undefined) { + ONSControls.initialize(); + } this.createFilters(); // Create Background diff --git a/www.rus/js/plugins/Omori Title Screen.js b/www.rus/js/plugins/Omori Title Screen.js index 601a99b..676449a 100644 --- a/www.rus/js/plugins/Omori Title Screen.js +++ b/www.rus/js/plugins/Omori Title Screen.js @@ -113,7 +113,9 @@ Scene_OmoriTitleScreen.prototype.create = function () { Scene_BaseEX.prototype.create.call(this); // ONSControls - ONSControls.initialize(); + if (ONSControls._controlsCanvas === undefined) { + ONSControls.initialize(); + } this.createFilters(); // Create Background