From bf419bc7b47235edddd11094230ed0f02cf5d8c7 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 20:40:53 +0800 Subject: [PATCH 1/1] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 0251439..cf96976 100644 --- a/scene.c +++ b/scene.c @@ -393,7 +393,7 @@ void display() { //glRotatef(so.rotation.amount, so.rotation.vector[0], so.rotation.vector[1], so.rotation.vector[2]); // Apply scaling vector - glScalef(so.scale[0], so.scale[1], so.scale[2]); + //glScalef(so.scale[0], so.scale[1], so.scale[2]); // Apply translation vector //glTranslatef(so.x, so.y, so.z); -- 2.20.1