summaryrefslogtreecommitdiff
path: root/indra/llappearance/llpolymesh.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-10-21 21:11:05 +0300
committerGitHub <noreply@github.com>2025-10-21 21:11:05 +0300
commit4e2a9667bda1a1980993ae453dfe6ff38dd1835a (patch)
tree64542828f2ebbf2e1bbe2516073a7dfbe9b5a075 /indra/llappearance/llpolymesh.cpp
parent01823996196c11aea905200fe267463d520d285b (diff)
parent0d5138c1f93a77ff52551a76d0d8575413550859 (diff)
Merge from secondlife/develop into 2025.08
Diffstat (limited to 'indra/llappearance/llpolymesh.cpp')
-rw-r--r--indra/llappearance/llpolymesh.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/llpolymesh.cpp b/indra/llappearance/llpolymesh.cpp
index 719381b4fc..d5323e0b84 100644
--- a/indra/llappearance/llpolymesh.cpp
+++ b/indra/llappearance/llpolymesh.cpp
@@ -283,6 +283,7 @@ bool LLPolyMeshSharedData::loadMesh( const std::string& fileName )
LLFILE* fp = LLFile::fopen(fileName, "rb"); /*Flawfinder: ignore*/
if (!fp)
{
+ LLError::LLUserWarningMsg::showMissingFiles();
LL_ERRS() << "can't open: " << fileName << LL_ENDL;
return false;
}