From c428c0599a28210a4f17b3c49bfd0e61019f6b02 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 20:28:39 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1