Fix comand hints on title menu

This commit is contained in:
OleSTEEP 2024-01-14 04:05:20 +03:00
parent c07880876a
commit 6b717a39f7
3 changed files with 6 additions and 5 deletions

View file

@ -251,7 +251,6 @@ Window_OmoMenuOptionsGeneral.prototype.processOptionCommand = function() {
break;
case 1:
ConfigManager.gamepadTips = data.index === 0 ? false : true;
console.log(ConfigManager.gamepadTips);
if(SceneManager._scene instanceof Scene_OmoriTitleScreen) {
SceneManager._scene.refreshCommandHints(); // Refresh command title hints;
}