1
This commit is contained in:
parent
a41fcce752
commit
7d1c50e201
@ -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()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user