From 515a15f200ed3323b7cccc584c2c46d28a4ca562 Mon Sep 17 00:00:00 2001 From: Patrick Mours Date: Fri, 12 Aug 2022 16:13:09 +0200 Subject: Fix syntax error introduced in previous commit --- intern/cycles/integrator/path_trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/integrator') diff --git a/intern/cycles/integrator/path_trace.h b/intern/cycles/integrator/path_trace.h index 9531e4fb186..59382b51d23 100644 --- a/intern/cycles/integrator/path_trace.h +++ b/intern/cycles/integrator/path_trace.h @@ -263,7 +263,7 @@ class PathTrace { unique_ptr denoiser_; /* Denoiser device descriptor which holds the denoised big tile for multi-device workloads. */ - unique_ptr denoiser_buffer_; + unique_ptr big_tile_denoise_work_; /* State which is common for all the steps of the render work. * Is brought up to date in the `render()` call and is accessed from all the steps involved into -- cgit v1.2.3