Cleanup: fix typo in denoiser menu

This commit is contained in:
Brecht Van Lommel 2020-06-24 16:01:23 +02:00
parent d645525dae
commit 6fec2e4db0
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ def enum_preview_denoiser(self, context):
if len(optix_items):
auto_label = "Fastest (Optix)"
elif len(oidn_items):
auto_label = "Fatest (OpenImageDenoise)"
auto_label = "Fastest (OpenImageDenoise)"
else:
auto_label = "None"