From e7a1c96d4a1eb4c490e4fcdf5f59097de4fcf259 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 7 Mar 2010 13:49:11 +0000 Subject: [PATCH] J : * Remove annoying debug printf's. --- projects/mtg/src/SimpleMenu.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/mtg/src/SimpleMenu.cpp b/projects/mtg/src/SimpleMenu.cpp index eb24d9bda..f2a95096d 100644 --- a/projects/mtg/src/SimpleMenu.cpp +++ b/projects/mtg/src/SimpleMenu.cpp @@ -148,9 +148,6 @@ void SimpleMenu::Update(float dt){ stars->Update(dt); selectionT += 3*dt; selectionY += (selectionTargetY - selectionY) * 8 * dt; - printf("%f\n", selectionY); - printf("%f\n", selectionT); - printf("%i\n", startId); stars->MoveTo(mX + HMARGIN + ((mWidth-2*HMARGIN)*(1+cos(selectionT))/2), selectionY + 5 * cos(selectionT*2.35) + LINE_HEIGHT / 2 - LINE_HEIGHT * startId); if (timeOpen < 0) { timeOpen += dt * 10;