From 048fcac1bf364e88baad7e4a336419e1030ffb8b Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 30 Mar 2023 18:46:22 -0400 Subject: [PATCH] Bloat.cpp: Bad static on Global_Arena --- project/Bloat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Bloat.cpp b/project/Bloat.cpp index 0423a8e..633306e 100644 --- a/project/Bloat.cpp +++ b/project/Bloat.cpp @@ -5,7 +5,7 @@ namespace Memory { - static zpl_arena Global_Arena {}; + zpl_arena Global_Arena {}; void setup() {