You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
GDScript files are converted to binary on export now.
This commit is contained in:
@@ -1136,6 +1136,8 @@ Error Main::setup2(Thread::ID p_main_tid_override) {
|
||||
translation_server->load_translations();
|
||||
ResourceLoader::load_translation_remaps(); //load remaps for resources
|
||||
|
||||
ResourceLoader::load_path_remaps();
|
||||
|
||||
audio_server->load_default_bus_layout();
|
||||
|
||||
if (use_debug_profiler && script_debugger) {
|
||||
@@ -1816,6 +1818,9 @@ void Main::cleanup() {
|
||||
OS::get_singleton()->_execpath = "";
|
||||
OS::get_singleton()->_local_clipboard = "";
|
||||
|
||||
ResourceLoader::clear_translation_remaps();
|
||||
ResourceLoader::clear_path_remaps();
|
||||
|
||||
ScriptServer::finish_languages();
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user