X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=b2ff6fb24091873e2e5f55027dd81f22f6f36246;hb=89f36d1ec3b4333aff27279598bf116a5a4a1256;hp=75ac5a839718823a9b63d420797ff2741f339c78;hpb=8345adef5ca7c209c95758762b45de44d7650103;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);