Move collision viewer draw to hook and fix empty nametags (#4523)

This commit is contained in:
Archez
2024-11-05 21:50:59 -05:00
committed by GitHub
parent 894d3c00d3
commit dabd0c25bd
3 changed files with 9 additions and 7 deletions

View File

@@ -300,7 +300,6 @@ void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState) {
GameState_ReqPadData(gameState);
GameState_Update(gameState);
DrawColViewer();
OPEN_DISPS(gfxCtx);