fix UITTFFont constructor

This commit is contained in:
Tropical 2026-03-22 13:15:41 -05:00
parent 3640c97575
commit 429a085daf

View file

@ -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());