1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fixed ScriptEditor autosave timer causing errors on start

Fixes #32685
This commit is contained in:
PouleyKetchoupp
2019-10-10 22:19:47 +02:00
parent f4afaecdd1
commit 30f2100d59
2 changed files with 21 additions and 17 deletions

View File

@@ -343,6 +343,7 @@ class ScriptEditor : public PanelContainer {
void _save_layout();
void _editor_settings_changed();
void _autosave_scripts();
void _update_autosave_timer();
void _update_members_overview_visibility();
void _update_members_overview();