From 89f36d1ec3b4333aff27279598bf116a5a4a1256 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sun, 9 Oct 2011 15:30:31 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1