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
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-14 17:07:06 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-14 17:07:06 +0300
commita4625b910fe22780267f92c847f6d6d5c702dd85 (patch)
tree61e58913487c13aa4363da3e5dabb34f5fab2b7d /intern
parent55926ad298c4251e29d74d5863fe64948da55c9a (diff)
Cycles: Fix typo in the debug panel commit
Diffstat (limited to 'intern')
-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 d5d9374cc5d..6eb8d42f404 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_MEGA_KERNEL_TEST") != NULL) {
+ else if(getenv("CYCLES_OPENCL_SPLITKERNEL_TEST") != NULL) {
kernel_type = DebugFlags::OpenCL::KERNEL_SPLIT;
}
/* Initialize other flags from environment variables. */