diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2020-10-27 01:47:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-26 20:47:43 -0400 |
| commit | daf624fe488ab478ca9c4e58c3b108bb61417673 (patch) | |
| tree | 62565989697b8c4945d34c0cb778bce7af8da147 /src | |
| parent | ce3542f60c3bc402a1e2e4ffdd9e524263bbee6d (diff) | |
Revert accidental rename of Matrix_MtxFToNewMtx (#460)
Diffstat (limited to 'src')
| -rw-r--r-- | src/code/sys_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_matrix.c b/src/code/sys_matrix.c index ec7b6f8ab..310171e00 100644 --- a/src/code/sys_matrix.c +++ b/src/code/sys_matrix.c @@ -618,7 +618,7 @@ Mtx* Matrix_NewMtx(GraphicsContext* gfxCtx, char* file, s32 line) { return Matrix_ToMtx(Graph_Alloc(gfxCtx, sizeof(Mtx)), file, line); } -Mtx* Matrix_SkinMatrix_MtxFToNewMtx(MtxF* src, GraphicsContext* gfxCtx) { +Mtx* Matrix_MtxFToNewMtx(MtxF* src, GraphicsContext* gfxCtx) { return Matrix_MtxFToMtx(src, Graph_Alloc(gfxCtx, sizeof(Mtx))); } |
