diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2021-08-19 18:10:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 18:10:51 -0400 |
| commit | 0042acb539cad270ebba48247becc877541b445e (patch) | |
| tree | 6797151f1a6f306d963a597d2570a827ed580a08 /src/code/graph.c | |
| parent | 8e19b91e8088c6a370eca21fe7283740de92a119 (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.c | 2 |
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(); |
