aboutsummaryrefslogtreecommitdiffstats
path: root/faqe.c
diff options
context:
space:
mode:
Diffstat (limited to 'faqe.c')
-rw-r--r--faqe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/faqe.c b/faqe.c
index 3b857f2..6d674a5 100644
--- a/faqe.c
+++ b/faqe.c
@@ -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);