Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-11-10 01:44:31 +0400
committerThomas Dinges <blender@dingto.org>2012-11-10 01:44:31 +0400
commit5fab174031ef6aee5c7481195ebd06358164ff12 (patch)
tree7bbfa7d1570f47e793c830bf17df57e97ce9516e /intern/cycles/app
parent3f0fe65635a27f2ac20aa0fcecf0a56885cb26c5 (diff)
Cycles Test App:
* Remove outdated hard coded path from path_init().
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/cycles_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/app/cycles_test.cpp b/intern/cycles/app/cycles_test.cpp
index e921cc46fe4..625e8cc1706 100644
--- a/intern/cycles/app/cycles_test.cpp
+++ b/intern/cycles/app/cycles_test.cpp
@@ -326,7 +326,7 @@ using namespace ccl;
int main(int argc, const char **argv)
{
- path_init("../build/bin/2.59/scripts/addons/cycles/");
+ path_init();
options_parse(argc, argv);