fix log complain

pull/2/head
ink-soul 2023-06-12 11:11:52 +08:00
parent a8fe315be6
commit 4d567bf64a
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ const std::string getAssetPath()
return VK_EXAMPLE_DATA_DIR;
}
#endif
}
#endif

View File

@ -226,7 +226,7 @@ PlumageRender::PlumageRender()
//exit(-1);
}
else {
std::string msg = "asset path check " + assetpath;
std::string msg = "asset path get " + assetpath;
std::cout << msg << std::endl;
}