Reuse the resources in cpp-tests.

This commit is contained in:
James Chen 2014-03-10 15:40:48 +08:00
parent 69bbda688b
commit 705ab115b8
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
f990b31eefc9c1e77b714ac8cd2a7b99ba5afc19
828f0bfcdb53dea52131e3bd9fb86ba153449816

View File

@ -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);