summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.cpp
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2024-05-02 10:31:52 -0700
committerGitHub <noreply@github.com>2024-05-02 10:31:52 -0700
commit37972cb76cd0459cd4105bbb09eb8f6cd1aa87f9 (patch)
treebfd85d36db258f46b74aa9989c1615d9bd7faf72 /indra/newview/llfilepicker.cpp
parent7fc5f7e649c564fa8479a72a45459d0cc427d0f8 (diff)
parente8219cb0509d5aacc75cf862c6b8cad026590958 (diff)
Merge pull request #1371 from secondlife/1357-gltf-asset-prototype
#1357 GLTF Export Prototype
Diffstat (limited to 'indra/newview/llfilepicker.cpp')
-rw-r--r--indra/newview/llfilepicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp
index b82172c506..23d9b25344 100644
--- a/indra/newview/llfilepicker.cpp
+++ b/indra/newview/llfilepicker.cpp
@@ -790,7 +790,7 @@ void set_nav_save_data(LLFilePicker::ESaveFilter filter, std::string &extension,
case LLFilePicker::FFSAVE_GLTF:
type = "\?\?\?\?";
creator = "\?\?\?\?";
- extension = "glb";
+ extension = "glb,gltf";
break;
case LLFilePicker::FFSAVE_XML: