2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 00:27:42 +00:00
This commit is contained in:
Jack Andersen
2017-01-21 15:53:11 -10:00
38 changed files with 514 additions and 187 deletions

View File

@@ -118,7 +118,8 @@ std::shared_ptr<CGuiWidget> CGuiTextPane::Create(CGuiFrame* frame, CInputStream&
std::make_shared<CGuiTextPane>(parms, sp, dim, vec, fontId, props,
fontCol, outlineCol, extentX, extentY);
ret->ParseBaseInfo(frame, in, parms);
ret->TextSupport()->SetText(L"");
ret->InitializeBuffers();
ret->TextSupport()->SetText(L"?\?(?\?)");
return ret;
}