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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-14 17:12:11 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-14 17:12:11 +0300
commit8f3bb8d578451df60d93b99ee0cba5353eb71b9c (patch)
tree9affa91c0b0ba365fa9ddeb9a983283c1498cc52
parenta4625b910fe22780267f92c847f6d6d5c702dd85 (diff)
Cycles: One more attempt to fix issue mentioned in previous commit
-rw-r--r--intern/cycles/util/util_debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_debug.cpp b/intern/cycles/util/util_debug.cpp
index 6eb8d42f404..df75d85e2c7 100644
--- a/intern/cycles/util/util_debug.cpp
+++ b/intern/cycles/util/util_debug.cpp
@@ -92,7 +92,7 @@ void DebugFlags::OpenCL::reset()
if(getenv("CYCLES_OPENCL_MEGA_KERNEL_TEST") != NULL) {
kernel_type = DebugFlags::OpenCL::KERNEL_MEGA;
}
- else if(getenv("CYCLES_OPENCL_SPLITKERNEL_TEST") != NULL) {
+ else if(getenv("CYCLES_OPENCL_SPLIT_KERNEL_TEST") != NULL) {
kernel_type = DebugFlags::OpenCL::KERNEL_SPLIT;
}
/* Initialize other flags from environment variables. */