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:
Diffstat (limited to 'intern/cycles/render/integrator.h')
-rw-r--r--intern/cycles/render/integrator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/cycles/render/integrator.h b/intern/cycles/render/integrator.h
index 3cb430d72b4..f68400ac416 100644
--- a/intern/cycles/render/integrator.h
+++ b/intern/cycles/render/integrator.h
@@ -75,7 +75,7 @@ public:
NUM_METHODS,
};
-
+
Method method;
SamplingPattern sampling_pattern;
@@ -95,4 +95,3 @@ public:
CCL_NAMESPACE_END
#endif /* __INTEGRATOR_H__ */
-