mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-26 23:52:58 +00:00
fix UITTFFont constructor
This commit is contained in:
parent
3640c97575
commit
429a085daf
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue