summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMaxim Nikolenko <mnikolenko@productengine.com>2023-03-03 00:38:46 +0200
committerGitHub <noreply@github.com>2023-03-03 00:38:46 +0200
commite72e4250c5df36e3a64395c336f29795c4ff8406 (patch)
tree35bf6b86946b9d474c4a5f9d39fef5a93c51d580 /indra
parentbc7856098f70371dd392c74689df267cce819aa7 (diff)
SL-19316 fix filter for GLTF materials on mac (#101)
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfilepicker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp
index 29e8210d8e..014c8a4d2d 100644
--- a/indra/newview/llfilepicker.cpp
+++ b/indra/newview/llfilepicker.cpp
@@ -631,6 +631,7 @@ std::unique_ptr<std::vector<std::string>> LLFilePicker::navOpenFilterProc(ELoadF
allowedv->push_back("anim");
break;
case FFLOAD_GLTF:
+ case FFLOAD_MATERIAL:
allowedv->push_back("gltf");
allowedv->push_back("glb");
break;