mirror of https://github.com/axmolengine/axmol.git
Reuse the resources in cpp-tests.
This commit is contained in:
parent
69bbda688b
commit
705ab115b8
|
@ -1 +1 @@
|
|||
f990b31eefc9c1e77b714ac8cd2a7b99ba5afc19
|
||||
828f0bfcdb53dea52131e3bd9fb86ba153449816
|
|
@ -58,7 +58,7 @@ bool AppDelegate::applicationDidFinishLaunching()
|
|||
register_assetsmanager_test_sample(stack->getLuaState());
|
||||
#endif
|
||||
|
||||
std::string resPrefix("res/");
|
||||
std::string resPrefix("");
|
||||
|
||||
std::vector<std::string> searchPaths = pFileUtils->getSearchPaths();
|
||||
searchPaths.insert(searchPaths.begin(), resPrefix);
|
||||
|
|
Loading…
Reference in New Issue