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-09-09 20:38:15 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-09 20:38:15 +0400
commit71c9120d044de3a859fda2d6b490fa3c249ec786 (patch)
treee09c84f08254e06a5d8da6c119b071a484227b6b /intern/cycles/render/film.h
parentcfbd6cf154bbc653422f30b2bf8077545f5fb99c (diff)
Cycles: fix windows build, some minor tweaks.
Diffstat (limited to 'intern/cycles/render/film.h')
-rw-r--r--intern/cycles/render/film.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/film.h b/intern/cycles/render/film.h
index 201fc174f4f..df24fad3725 100644
--- a/intern/cycles/render/film.h
+++ b/intern/cycles/render/film.h
@@ -30,7 +30,6 @@ class Scene;
class Film {
public:
float exposure;
- int pass;
bool need_update;
Film();