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@gmail.com>2014-04-16 15:49:39 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-04-16 17:28:24 +0400
commiteecc426d863d4a744ec97e36caf358cc9bc65422 (patch)
tree973813652d0d6fe6b0d9ce13b415879e743f8867 /intern/cycles/render/session.h
parent7d45ddae33f41578e07970c95bac5f916819e27d (diff)
Fix cycles standalone file saving not taking number of samples into account properly.
Diffstat (limited to 'intern/cycles/render/session.h')
-rw-r--r--intern/cycles/render/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/session.h b/intern/cycles/render/session.h
index e2a7076f250..8c597c431bb 100644
--- a/intern/cycles/render/session.h
+++ b/intern/cycles/render/session.h
@@ -150,7 +150,7 @@ protected:
void update_scene();
void update_status_time(bool show_pause = false, bool show_done = false);
- void tonemap();
+ void tonemap(int sample);
void path_trace();
void reset_(BufferParams& params, int samples);