Revert "FIRE-35062/SL-19968 in favour of upstream resolution

This reverts commit 1b38223040.
master
Beq 2025-05-18 22:07:22 +01:00
parent 716e7dbf63
commit d5780ba40e
1 changed files with 0 additions and 7 deletions

View File

@ -3985,13 +3985,6 @@ bool LLViewerRegion::bakesOnMeshEnabled() const
bool LLViewerRegion::meshRezEnabled() const
{
// <FS:Beq> FIRE-35602 and many similar reports - Mesh not appearing after TP/login
if(!mSimulatorFeaturesReceived)
{
LL_DEBUGS("MeshRez") << "MeshRezEnabled: SimulatorFeatures not received yet. Defaulting to true" << LL_ENDL;
return true;
}
// </FS:Beq>
return (mSimulatorFeatures.has("MeshRezEnabled") &&
mSimulatorFeatures["MeshRezEnabled"].asBoolean());
}