summaryrefslogtreecommitdiff
path: root/soh/src/code/graph.c
diff options
context:
space:
mode:
authorArchez <Archez@users.noreply.github.com>2024-11-05 21:50:59 -0500
committerGitHub <noreply@github.com>2024-11-05 21:50:59 -0500
commitdabd0c25bd716a2ec37ec0137881a61045b03c02 (patch)
tree877d72e2d861eea1c374aceb8db5c61a26f11aec /soh/src/code/graph.c
parent894d3c00d394afbfeabce581afe435d86840885c (diff)
Move collision viewer draw to hook and fix empty nametags (#4523)
Diffstat (limited to 'soh/src/code/graph.c')
-rw-r--r--soh/src/code/graph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/soh/src/code/graph.c b/soh/src/code/graph.c
index 6a49117dd..f691c2619 100644
--- a/soh/src/code/graph.c
+++ b/soh/src/code/graph.c
@@ -300,7 +300,6 @@ void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState) {
GameState_ReqPadData(gameState);
GameState_Update(gameState);
- DrawColViewer();
OPEN_DISPS(gfxCtx);