diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-28 14:18:38 -0600 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-28 14:18:38 -0600 |
| commit | 5bf771b58331870a1cc00323a353ec452b4c9ced (patch) | |
| tree | a697c9390648960ee88ce7b696c91b0ab333bf36 /src/engine/Matrix.h | |
| parent | c55781264336269a7086e4be33df2659d70ce061 (diff) | |
wip interp changeswipinterpchanges
Diffstat (limited to 'src/engine/Matrix.h')
| -rw-r--r-- | src/engine/Matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/Matrix.h b/src/engine/Matrix.h index cada8c267..7e8f91e55 100644 --- a/src/engine/Matrix.h +++ b/src/engine/Matrix.h @@ -17,7 +17,7 @@ void AddObjectMatrix(Mat4 mtx, s32 flags); void AddEffectMatrix(Mat4 mtx, s32 flags); void AddEffectMatrixOrtho(void); void AddEffectMatrixFixed(s32 flags); -Mtx* SetTextMatrix(Mat4 mtx, f32 x, f32 y, f32 arg3, f32 arg4); +void SetTextMatrix(Mat4 mtx, f32 x, f32 y, f32 arg3, f32 arg4); Mtx* GetEffectMatrix(void); Mtx* GetObjectMatrix(void); void ClearHudMatrixPool(void); |
