summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-03-29 08:19:55 -0700
committerGitHub <noreply@github.com>2024-03-29 11:19:55 -0400
commit4e1b0f66943b2748d8ac2439176e2ddae9dc13b1 (patch)
tree876902e4b63526d71357f4f5e4b314781504e2a1 /src/code/graph.c
parent731fe6da82ece67bee5c6ba441252a35588eaaca (diff)
Fix various data issues in gc-eu-mq (#1921)
* Fix various data issues * D_80153D78 -> sMessageDebuggerTextboxCount
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index 4f230b205..33b523ea2 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -159,7 +159,9 @@ void Graph_Destroy(GraphicsContext* gfxCtx) {
}
void Graph_TaskSet00(GraphicsContext* gfxCtx) {
+#if OOT_DEBUG
static Gfx* sPrevTaskWorkBuffer = NULL;
+#endif
static s32 sGraphCfbInfoIdx = 0;
OSTime timeNow;