Merge pull request #26807 from akien-mga/editor-hint-gles2-fallback

Set editor hint early for Project Manager and Editor
This commit is contained in:
Rémi Verschelde 2019-03-09 12:36:42 +01:00 committed by GitHub
commit 9d36ce25e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -856,6 +856,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
}
if (editor || project_manager) {
Engine::get_singleton()->set_editor_hint(true);
use_custom_res = false;
input_map->load_default(); //keys for editor
} else {