From: Ash Tyndall Date: Fri, 21 Oct 2011 12:28:39 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=c428c0599a28210a4f17b3c49bfd0e61019f6b02 --- diff --git a/scene.c b/scene.c index 902e599..b55b491 100644 --- a/scene.c +++ b/scene.c @@ -391,7 +391,7 @@ void display() { // Apply rotation vector vector* rv = so.rotation.vect; - printf("%f, %f, %f\n", *rv[0], *rv[1], *rv[2]); + printf("%f, %f, %f\n", rv[0], rv[1], rv[2]); /* glRotatef(so.rotation.parameter, *rv[0], *rv[1], *rv[2]); // Apply scaling vector