This commit is contained in:
aozhiwei 2023-11-18 10:24:16 +08:00
parent a41fcce752
commit 7d1c50e201

View File

@ -53,13 +53,11 @@ namespace mt
if (f8::IsTestEnv()) { if (f8::IsTestEnv()) {
res_path_ = a8::Format("../test_res%d/", res_path_ = a8::Format("../test_res%d/",
{ {
GAME_ID, App::Instance()->GetInstanceId()
App::Instance()->GetInstanceId()
}); });
} else { } else {
res_path_ = a8::Format("../dev_res%d/", res_path_ = a8::Format("../dev_res%d/",
{ {
GAME_ID,
App::Instance()->GetInstanceId() App::Instance()->GetInstanceId()
}); });
} }