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:
authorBrecht Van Lommel <brecht@blender.org>2020-07-10 20:56:53 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-07-10 20:56:53 +0300
commit6fbacd6048c555011b8a75fb5439679366272c0e (patch)
tree42e766b02aeb28232a22f265abf8c5756bc4c7c6 /intern
parent48f10319c6b67b704f26762fdec8e439640d46b6 (diff)
Fix build error building without OpenImageDenoise
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/device/device_cpu.cpp2
1 files changed, 1 insertions, 1 deletions
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