[Bug] Issue #2260 Fix black screen on new game after exiting. (#2265)

This commit is contained in:
_Megabyte 2024-06-15 21:53:04 -04:00 committed by GitHub
parent 0f001dfd14
commit eea39843fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -787,6 +787,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
this.starterSelectContainer.setVisible(true); this.starterSelectContainer.setVisible(true);
this.setCursor(0);
this.setGenMode(false); this.setGenMode(false);
this.setCursor(0); this.setCursor(0);
this.setGenMode(true); this.setGenMode(true);