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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-08-10 23:45:08 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-08-10 23:45:08 +0400
commit18d709022e3ad2208382157a566095c406504d24 (patch)
tree0aedcf71b82e2e95ad0a7a03a79d44f0511e8a16 /intern/cycles/device/device_multi.cpp
parentb98ccf699878d70b7cbfdd7863440c34326a5569 (diff)
Cycles: clang build fixes.
Diffstat (limited to 'intern/cycles/device/device_multi.cpp')
-rw-r--r--intern/cycles/device/device_multi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/device_multi.cpp b/intern/cycles/device/device_multi.cpp
index 26c9717233a..e48df93737d 100644
--- a/intern/cycles/device/device_multi.cpp
+++ b/intern/cycles/device/device_multi.cpp
@@ -244,7 +244,7 @@ public:
mem.device_pointer = tmp;
}
- void draw_pixels(device_memory& rgba, int x, int y, int w, int h, int width, int height)
+ void draw_pixels(device_memory& rgba, int y, int w, int h, int width, int height)
{
device_ptr tmp = rgba.device_pointer;
int i = 0, sub_h = h/devices.size();