From: Ash Tyndall Date: Thu, 20 Oct 2011 03:47:48 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=71f65a8fdceed0f4ae289fe99ec013d2edd76ae3 --- diff --git a/scene.c b/scene.c index f748458..b026883 100644 --- a/scene.c +++ b/scene.c @@ -247,7 +247,7 @@ void keyboard(unsigned char key, int x, int y) { y = y - 1; break; } - printf("Camera is now at (%f, %f, %f)", x, y, z); + printf("Camera is now at (%f, %f, %f)\n", x, y, z); } /**