diff options
-rw-r--r-- | faqe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ int main(int argc, char **argv) mat4x4_rotate_X(model, model, secs * 3); mat4x4_rotate_Y(model, model, secs * 2); mat4x4_rotate_Z(model, model, secs * 4); - gl_uni_setm4fv(uni.model, 1, GL_TRUE, model[0]); + gl_uni_setm4fv(uni.model, 1, GL_FALSE, model[0]); model_render(&cube_model); gl_va_bind(0); |