wined3d-Indexed_Vertex_Blending: 0005 apply omega13a's patch which moves transpose_matrix with minor correction

This commit is contained in:
Thomas Crider 2018-02-23 19:24:46 -05:00
parent caef127ac8
commit 4cb811ac52

View File

@ -590,7 +590,7 @@ index 847429511b9..b2effb5c2ec 100644
+ return TRUE;
+}
+
+static void transpose_matrix(struct wined3d_matrix *out, const struct wined3d_matrix *m)
+void transpose_matrix(struct wined3d_matrix *out, const struct wined3d_matrix *m)
+{
+ struct wined3d_matrix temp;
+ unsigned int i, j;