summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
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;