mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
decouple mirrors feature from VTPBR
This commit is contained in:
@@ -158,6 +158,8 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
m_features["MeshUploadEnabled"] = true;
|
||||
m_features["MeshXferEnabled"] = true;
|
||||
|
||||
m_features["MirrorsEnabled"] = true;
|
||||
|
||||
m_features["PhysicsMaterialsEnabled"] = true;
|
||||
|
||||
m_features["PhysicsShapeTypes"] = new OSDMap()
|
||||
@@ -286,7 +288,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
{
|
||||
copy["PBRMaterialSwatchEnabled"] = true;
|
||||
copy["PBRTerrainEnabled"] = true;
|
||||
copy["MirrorsEnabled"] = true;
|
||||
}
|
||||
|
||||
// Let's add the agentID to the destination guide, if it is expecting that.
|
||||
|
||||
Reference in New Issue
Block a user