diff --git a/intern/cycles/device/opencl/opencl_util.cpp b/intern/cycles/device/opencl/opencl_util.cpp index 4c9f3cd6ef7..f43aa5f350a 100644 --- a/intern/cycles/device/opencl/opencl_util.cpp +++ b/intern/cycles/device/opencl/opencl_util.cpp @@ -645,7 +645,7 @@ bool OpenCLInfo::device_supported(const string& platform_name, return true; } if(platform_name == "Apple" && device_type == CL_DEVICE_TYPE_GPU) { - return true; + return false; } return false; }