Cleanup: quiet unused variable warning
This commit is contained in:
@@ -213,7 +213,7 @@ void Film::init(const int2 &extent, const rcti *output_rect)
|
||||
{
|
||||
Sampling &sampling = inst_.sampling;
|
||||
Scene &scene = *inst_.scene;
|
||||
SceneEEVEE &scene_eevee = scene.eevee;
|
||||
// SceneEEVEE &scene_eevee = scene.eevee; /* UNUSED. */
|
||||
|
||||
enabled_categories_ = PassCategory(0);
|
||||
init_aovs();
|
||||
|
||||
Reference in New Issue
Block a user