aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include
diff options
context:
space:
mode:
Diffstat (limited to 'libpsn00b/include')
-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()