summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2021-08-19 18:10:51 -0400
committerGitHub <noreply@github.com>2021-08-19 18:10:51 -0400
commit0042acb539cad270ebba48247becc877541b445e (patch)
tree6797151f1a6f306d963a597d2570a827ed580a08 /src/code/graph.c
parent8e19b91e8088c6a370eca21fe7283740de92a119 (diff)
cleanup warnings (#907)
* cleanup warnings * remove camera header from some places * Remove extra new line
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index 725cbaaa7..2ad106782 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -362,7 +362,7 @@ void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState) {
gfxCtx->fbIdx++;
}
- func_800F30534();
+ func_800F3054();
{
OSTime time = osGetTime();