Fix wrong types being set for uniforms
Got a lot of OpenGL errors in the journal because I overlooked one place where QMatrix3x3
needed to be swapped out for QMatrix4x4
. Commit 1 fixes that, and commit 2 makes sure it doesn't happen again.
Got a lot of OpenGL errors in the journal because I overlooked one place where QMatrix3x3
needed to be swapped out for QMatrix4x4
. Commit 1 fixes that, and commit 2 makes sure it doesn't happen again.