From c87c77dde75fb3b1699bafee8866aa49dd627b23 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 20:05:12 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index ffc138d..ccb5dac 100644 --- a/scene.c +++ b/scene.c @@ -291,7 +291,7 @@ void motion(int x, int y) { } starty = y; - printf("zoom is %f, y is %f starty is %f\n", zoom, y, starty); + printf("zoom is %f, y is %d starty is %d\n", zoom, y, starty); startx = x; break; -- 2.20.1