summaryrefslogtreecommitdiff
path: root/soh/src/code/graph.c
diff options
context:
space:
mode:
authorKenix3 <kenixwhisperwind@gmail.com>2023-06-05 16:19:42 -0400
committerGitHub <noreply@github.com>2023-06-05 16:19:42 -0400
commit451ce8b107cd713743dfd6017befb1f4cabe3976 (patch)
tree470bc18e386bb701bc6c2aeb2f8c8248cbb79ba9 /soh/src/code/graph.c
parentf3672a480f09bc873aae75275b67609f9d2aed99 (diff)
Fixes collision viewer (#2949)
Diffstat (limited to 'soh/src/code/graph.c')
-rw-r--r--soh/src/code/graph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/soh/src/code/graph.c b/soh/src/code/graph.c
index 00d55abdb..21d4526f3 100644
--- a/soh/src/code/graph.c
+++ b/soh/src/code/graph.c
@@ -4,6 +4,7 @@
#include <string.h>
+#include "soh/Enhancements/debugger/colViewer.h"
#include "soh/Enhancements/gameconsole.h"
#define GFXPOOL_HEAD_MAGIC 0x1234
@@ -278,6 +279,7 @@ void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState) {
GameState_ReqPadData(gameState);
GameState_Update(gameState);
+ DrawColViewer();
OPEN_DISPS(gfxCtx);