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

@ -102,6 +102,7 @@ private:
Ref<Script> stack_script; // Why?!?
bool initializing = true;
int last_error_count = 0;
int last_warning_count = 0;