summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfilepicker.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp
index d2c041249b..aaf6c5cc8d 100644
--- a/indra/newview/llfilepicker.cpp
+++ b/indra/newview/llfilepicker.cpp
@@ -1291,6 +1291,9 @@ bool LLFilePicker::openFileDialog( int32_t filter, bool blocking, EType aType )
case FFLOAD_MATERIAL_TEXTURE:
file_dialog_filter = "*.{gltf,glb,tga,bmp,jpg,jpeg,png}";
file_type = "image_files";
+ break;
+ case FFLOAD_HDRI:
+ file_dialog_filter = "*.exr";
}
if (aType == EType::eOpenMultiple)