From 9161a4daa50f0b43ba2f6edf60a660b0b097b168 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Jun 2013 16:10:32 +0000 Subject: fix for own error in recent solitify refactor (r57402), face flip check was incorrect. --- intern/cycles/util/util_opencl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/cycles/util') diff --git a/intern/cycles/util/util_opencl.cpp b/intern/cycles/util/util_opencl.cpp index 1e67afb3fa8..c2d6bc66dc1 100644 --- a/intern/cycles/util/util_opencl.cpp +++ b/intern/cycles/util/util_opencl.cpp @@ -333,3 +333,5 @@ const char *clErrorString(cl_int error) CCL_NAMESPACE_END +#ifdef CLCC_DYNLIB_CLOSE +#endif -- cgit v1.2.3