(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index cf96976..b1c4e88 100644 (file)
--- 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]);\r
 \r
         // Apply scaling vector\r
-        //glScalef(so.scale[0], so.scale[1], so.scale[2]);\r
+        glScalef(1, 1, 1);\r
 \r
         // Apply translation vector\r
         //glTranslatef(so.x, so.y, so.z);\r

UCC git Repository :: git.ucc.asn.au