[Bf-blender-cvs] [6fbacd6048c] master: Fix build error building without OpenImageDenoise

Brecht Van Lommel noreply at git.blender.org
Fri Jul 10 19:57:31 CEST 2020


Commit: 6fbacd6048c555011b8a75fb5439679366272c0e
Author: Brecht Van Lommel
Date:   Fri Jul 10 19:56:53 2020 +0200
Branches: master
https://developer.blender.org/rB6fbacd6048c555011b8a75fb5439679366272c0e

Fix build error building without OpenImageDenoise

===================================================================

M	intern/cycles/device/device_cpu.cpp

===================================================================

diff --git a/intern/cycles/device/device_cpu.cpp b/intern/cycles/device/device_cpu.cpp
index 878301e8242..c88c7364446 100644
--- a/intern/cycles/device/device_cpu.cpp
+++ b/intern/cycles/device/device_cpu.cpp
@@ -1018,7 +1018,7 @@ class CPUDevice : public Device {
     (void)offset;
     (void)stride;
     (void)x;
-    (void)ry;
+    (void)y;
     (void)w;
     (void)h;
 #endif



More information about the Bf-blender-cvs mailing list