qm3x3,boxf debug, bugfixes
[vg.git] / src / vg / vg_platform.h
index 7e70d81178a9cdb8599165d0249645e3563ac8f8..b0794baa7d955ea0b161e9011a0b1d46baf3eb80 100644 (file)
@@ -22,7 +22,7 @@ typedef float         v3f[3];
 typedef float          v4f[4];
 typedef v2f                    m2x2f[2];
 typedef v3f                    m3x3f[3];
-typedef v3f                    m4x3f[4];   /* TODO why this is 4x4 too? */
+typedef v3f                    m4x3f[4];
 typedef v4f       m4x4f[4];
 typedef v3f                    boxf[2];