1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Don't store values when loading them

This commit is contained in:
kobewi
2024-03-07 14:36:20 +01:00
parent 24f775089e
commit 4e88fb87b6
8 changed files with 52 additions and 14 deletions

View File

@@ -60,6 +60,8 @@ private:
RUN_MULTIPLE_INSTANCES,
};
bool initializing = true;
void _update_debug_options();
void _notification(int p_what);
void _menu_option(int p_option);