From dfb9d76829abea9a6248c06c401d69697e6c9752 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 31 Oct 2010 07:12:04 +0000 Subject: [PATCH] J : * Fix a broken argument --- projects/mtg/src/GameApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/GameApp.cpp b/projects/mtg/src/GameApp.cpp index 0dc8f3d3e..f50c82ac9 100644 --- a/projects/mtg/src/GameApp.cpp +++ b/projects/mtg/src/GameApp.cpp @@ -343,7 +343,7 @@ void GameApp::Render() float fps = mEngine->GetFPS(); totalFPS += fps; nbUpdates+=1; - WFont * mFont= resources.GetWFont("simon"); + WFont * mFont= resources.GetWFont(Fonts::MAIN_FONT); char buf[512]; sprintf(buf, "avg:%.02f - %.02f fps",totalFPS/nbUpdates, fps); if (mFont) {