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) {