From 07aa9744e3b9b57363f484a836cbef274665d063 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 21 Aug 2011 15:44:14 +0000 Subject: [PATCH] fix git-svn-id: http://svn.net-core.org/repos/t-engine4@4215 51575b47-30f0-44d4-a5cc-537603b46e54 --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 8ba8f6c9af..e94bf9b5e5 100644 --- a/src/main.c +++ b/src/main.c @@ -423,9 +423,9 @@ void call_draw(int nb_keyframes) { GLfloat texcoords[2*4] = { 0, 0, - 1, 0, - 1, 1, 0, 1, + 1, 1, + 1, 0, }; GLfloat colors[4*4] = { 1, 1, 1, 1, -- GitLab