diff --git a/niflib.h b/niflib.h
index 901b572ec5f6537d8a2d7ba1fa0ba933ddf24f8e..a6a73800951ac7d210a486a291f49bee93e27832 100644
--- a/niflib.h
+++ b/niflib.h
@@ -208,7 +208,7 @@ struct Matrix22 {
 		float m11, float m12,
 		float m21, float m22
 	) {
-		rows[0][2] = m11; rows[0][2] = m12;
+		rows[0][0] = m11; rows[0][1] = m12;
 		rows[1][0] = m21; rows[1][1] = m22;
 	}
 	//Python Operator Overloads