From e8087a7fdcdb4e8bd8304bdba1d311a4f33e8e92 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 20:21:42 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene.c b/scene.c index 1d9868c..87e0f00 100644 --- a/scene.c +++ b/scene.c @@ -389,7 +389,7 @@ void display() { SceneObject so = sceneObjs[i]; // Apply rotation vector - vector* rv = so.rotation.vect; + /*vector* rv = so.rotation.vect; glRotatef(so.rotation.parameter, *rv[0], *rv[1], *rv[2]); // Apply scaling vector @@ -406,7 +406,7 @@ void display() { } else { glBindTexture(GL_TEXTURE_2D, 0); } - +*/ // Draw actual object if ( so.mesh > 0 ) { // drawMesh(); -- 2.20.1