mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
Update fmtlib
This commit is contained in:
@@ -172,7 +172,7 @@ void CGuiTextSupport::CheckAndRebuildTextBuffer() {
|
||||
|
||||
std::u16string initStr;
|
||||
if (x5c_fontId.IsValid())
|
||||
initStr = fmt::format(fmt(u"&font={};"), x5c_fontId);
|
||||
initStr = fmt::format(FMT_STRING(u"&font={};"), x5c_fontId);
|
||||
initStr += x0_string;
|
||||
|
||||
g_TextParser->ParseText(*g_TextExecuteBuf, initStr.c_str(), initStr.size(), x14_props.xc_txtrMap);
|
||||
|
||||
Reference in New Issue
Block a user