Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSaberLv0 committed Sep 18, 2024
1 parent 882a87d commit f5c02af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZFLoader/zfsrc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ ZFMAIN_ENTRY() {
extResList.add(ZFPathInfo(ZFPathType_file(), ZFPathForModule()));
extResList.add(ZFPathInfo(ZFPathType_file(), ZFPathForStorageShared()));

zfLogTrim() << "external res: " << extResList;
ZFLogTrim() << "external res: " << extResList;
for(zfindex i = 0; i < extResList.count(); ++i) {
ZFResExtPathAdd(extResList[i]);
}

ZFInput src = ZFInputForRes("zf.lua");
if(src) {
zfLogTrim("redirect to %s", src.callbackId());
ZFLogTrim("redirect to %s", src.callbackId());
ZFLuaExecute(src);
ZFLuaGC();
return;
Expand Down

0 comments on commit f5c02af

Please sign in to comment.