diff --git a/Sources/Client/Client_Draw.cpp b/Sources/Client/Client_Draw.cpp index e0062e0c..0687d67d 100644 --- a/Sources/Client/Client_Draw.cpp +++ b/Sources/Client/Client_Draw.cpp @@ -506,7 +506,7 @@ namespace spades { char buf[64]; sprintf(buf, "%d", stockNum); - font = fontManager->GetGuiFont(); + font = fontManager->GetSquareDesignFont(); std::string stockStr = buf; Vector2 size = font->Measure(stockStr); Vector2 pos = MakeVector2(scrWidth - 16.f, scrHeight - 16.f - iconHeight);