Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
commit
a145307c09
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue