diff --git a/Minecraft.Client/Platform/Common/UI/UITTFFont.cpp b/Minecraft.Client/Platform/Common/UI/UITTFFont.cpp index 79ca80186..c9ef6c4ff 100644 --- a/Minecraft.Client/Platform/Common/UI/UITTFFont.cpp +++ b/Minecraft.Client/Platform/Common/UI/UITTFFont.cpp @@ -3,7 +3,7 @@ #include "../../Minecraft.World/Util/PortableFileIO.h" #include "UITTFFont.h" -UITTFFont::UITTFFont(const std::string& path, S32 fallbackCharacter) { +UITTFFont::UITTFFont(const std::string& name, const std::string& path, S32 fallbackCharacter) : m_strFontName(name) { app.DebugPrintf("UITTFFont opening %s\n", path.c_str());