diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-12-01 21:54:49 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2022-12-02 10:24:23 +0200 |
commit | 321c7895d00b0b88675c06b8f1cef063632fd686 (patch) | |
tree | c78231946ad099b8ca4bacc5007993cd97268a4e /indra/newview/llfilepicker.cpp | |
parent | c0f598c10376f12310660a729f4a763dbf46368e (diff) |
SL-18741 Basic bulk upload for gltf materials #1
Diffstat (limited to 'indra/newview/llfilepicker.cpp')
-rw-r--r-- | indra/newview/llfilepicker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp index 1dd9a43b72..1ec25ccaa1 100644 --- a/indra/newview/llfilepicker.cpp +++ b/indra/newview/llfilepicker.cpp @@ -179,6 +179,7 @@ BOOL LLFilePicker::setupFilter(ELoadFilter filter) SOUND_FILTER \ IMAGE_FILTER \ ANIM_FILTER \ + MATERIAL_FILTER \ L"\0"; break; case FFLOAD_WAV: |