Reuse the resources in cpp-tests.

This commit is contained in:
James Chen 2014-03-10 15:40:48 +08:00
Родитель 69bbda688b
Коммит 705ab115b8
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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