Fix comand hints on title menu
This commit is contained in:
parent
c07880876a
commit
6b717a39f7
3 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue