summaryrefslogtreecommitdiff
path: root/core/os/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/memory.h')
-rw-r--r--core/os/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/memory.h b/core/os/memory.h
index d377d54fad..0588e47289 100644
--- a/core/os/memory.h
+++ b/core/os/memory.h
@@ -194,7 +194,7 @@ void memdelete_arr(T *p_class) {
struct _GlobalNil {
- int color;
+ int color = 1;
_GlobalNil *right;
_GlobalNil *left;
_GlobalNil *parent;