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

Merge pull request #89248 from KoBeWi/store_no_store

Don't store values when loading them
This commit is contained in:
Rémi Verschelde
2024-05-07 16:49:26 +02:00
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);