Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSaberLv0 committed Sep 11, 2024
1 parent 6baac2d commit 882a87d
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 @@ -43,8 +43,8 @@ ZFMAIN_PARAM_DISPATCH(LuaRunner) {
const ZFCoreArray<zfstring> &appParams = ZFApp::appParams();
ZFPathInfo pathInfo;
if(!ZFPathInfoFromStringT(pathInfo, appParams[0])) {
pathInfo.pathType = ZFPathType_file();
pathInfo.pathData = appParams[0];
pathInfo.pathType(ZFPathType_file());
pathInfo.pathData(appParams[0]);
}
ZFCoreArray<zfauto> luaParams;
for(zfindex i = 1; i < appParams.count(); ++i) {
Expand Down

0 comments on commit 882a87d

Please sign in to comment.