PanteraPolnocy 2025-05-14 00:27:18 +02:00
commit a145307c09
1 changed files with 1 additions and 1 deletions

View File

@ -3988,7 +3988,7 @@ bool LLViewerRegion::meshRezEnabled() const
// <FS:Beq> FIRE-35602 and many similar reports - Mesh not appearing after TP/login
if(!mSimulatorFeaturesReceived)
{
LL_INFOS("MeshRez") << "MeshRezEnabled: SimulatorFeatures not received yet. Defaulting to true" << LL_ENDL;
LL_DEBUGS("MeshRez") << "MeshRezEnabled: SimulatorFeatures not received yet. Defaulting to true" << LL_ENDL;
return true;
}
// </FS:Beq>