summaryrefslogtreecommitdiff
path: root/indra/llappearance/llpolymesh.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-10-25 20:04:44 +0800
committerErik Kundiman <erik@megapahit.org>2025-10-26 12:45:19 +0800
commitaa76edd40883e57541dc85b14d098708d6e074ed (patch)
tree969a5df44f31bd2f007e980bf52280b7b5037ed6 /indra/llappearance/llpolymesh.cpp
parent7c37297689f9e6e1b6ac77f33243c1274d5d9e82 (diff)
parent4e2a9667bda1a1980993ae453dfe6ff38dd1835a (diff)
Merge tag 'Second_Life_Release#4e2a9667-2025.08' 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;
}