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/integrator/path_trace_display.h')
-rw-r--r--intern/cycles/integrator/path_trace_display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/integrator/path_trace_display.h b/intern/cycles/integrator/path_trace_display.h
index b9aff5f6000..906d7d54029 100644
--- a/intern/cycles/integrator/path_trace_display.h
+++ b/intern/cycles/integrator/path_trace_display.h
@@ -46,7 +46,7 @@ class PathTraceDisplay {
*
* This call will configure parameters for a changed buffer and reset the texture state.
*
- * When the `reset_rendering` a complete displat reset happens. When it is false reset happens
+ * When the `reset_rendering` a complete display reset happens. When it is false reset happens
* for a new state of the buffer parameters which is assumed to correspond to the next tile. */
void reset(const BufferParams &buffer_params, bool reset_rendering);