aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-12-25 14:06:50 +0100
committerGitHub <noreply@github.com>2022-12-25 14:06:50 +0100
commiteaec942f56ceec9c14de5c4185a02602abadd50a (patch)
treeceafc6b995078ef22d97a612c29eb4a34378e3ee
parent728b94514750190b20dcb74a178d9bedfb235e5c (diff)
parent1a3dc428dbb82017be845f8446cc06f85a0f3a84 (diff)
Merge pull request #69 from JohnyTheCarrot/master
Fix wrong documentation by swapping descriptions
-rw-r--r--libpsn00b/include/psxgte.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpsn00b/include/psxgte.h b/libpsn00b/include/psxgte.h
index 539b79f..91dfd6a 100644
--- a/libpsn00b/include/psxgte.h
+++ b/libpsn00b/include/psxgte.h
@@ -186,8 +186,8 @@ MATRIX *HiRotMatrix(VECTOR *r, MATRIX *m);
* @details Simply sets the translation vector of MATRIX m. To perform
* accumulative translation operations, see CompMatrixLV().
*
- * @param m Translation vector (input)
- * @param r Matrix (output)
+ * @param m Matrix (output)
+ * @param r Translation vector (input)
* @return Pointer to m.
*
* @see RotMatrix(), CompMatrixLV()