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/?a=commitdiff_plain;ds=sidebyside;h=89f36d1ec3b4333aff27279598bf116a5a4a1256;p=atyndall%2Fcits2231.git --- 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);