mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
More CAutoMapper fixes
This commit is contained in:
@@ -151,7 +151,7 @@ void CTextParser::ParseTag(CTextExecuteBuffer& out, const char16_t* str, int len
|
||||
}
|
||||
else if (BeginsWith(str, len, u"line-extra-space="))
|
||||
{
|
||||
out.AddLineSpacing(ParseInt(str + 17, len - 17, true));
|
||||
out.AddLineExtraSpace(ParseInt(str + 17, len - 17, true));
|
||||
}
|
||||
else if (BeginsWith(str, len, u"just="))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user