From: Ash Tyndall Date: Sun, 9 Oct 2011 07:30:31 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=89f36d1ec3b4333aff27279598bf116a5a4a1256 --- diff --git a/scene.c b/scene.c index 75ac5a8..b2ff6fb 100644 --- a/scene.c +++ b/scene.c @@ -465,7 +465,7 @@ void makeMenu() { */ void windowReshape(int width, int height) { glViewport(0, 0, (GLsizei)width, (GLsizei)height); - printf("Width: %d, height: %d", width, height); + printf("Width: %d, height: %d\n", width, height); glMatrixMode(GL_PROJECTION); glLoadIdentity(); gluPerspective(60, 1, 0.1, 1000.0);