Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSaberLv0 committed Sep 26, 2024
1 parent f5c02af commit c59422c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ZFLoader/zfsrc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ ZFMAIN_ENTRY() {
}

zfobj<ZFUIWindow> w;
w->windowShow();
w->show();
zfobj<ZFUITextView> text;
w->childAdd(text)->c_sizeWrap();
text->textSingleLine(zffalse);
w->child(text)->c_sizeWrap();
text->singleLine(zffalse);
zfstring hint = "put a \"zf.lua\" to one of these paths and run again:\n";
for(zfindex i = 0; i < ZFResExtPathList().count(); ++i) {
hint += "\n";
Expand Down

0 comments on commit c59422c

Please sign in to comment.