You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Script languges are uninitialized properly now.
This commit is contained in:
@@ -99,6 +99,13 @@ void ScriptServer::init_languages() {
|
||||
}
|
||||
}
|
||||
|
||||
void ScriptServer::finish_languages() {
|
||||
|
||||
for (int i = 0; i < _language_count; i++) {
|
||||
_languages[i]->finish();
|
||||
}
|
||||
}
|
||||
|
||||
void ScriptServer::set_reload_scripts_on_save(bool p_enable) {
|
||||
|
||||
reload_scripts_on_save = p_enable;
|
||||
|
||||
Reference in New Issue
Block a user