From ed455616f773983598ef217216c013aa13f5e064 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 12 Jun 2024 13:33:50 +0100 Subject: [PATCH] decouple mirrors feature from VTPBR --- .../Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs index cadfb4e9ff..c1ebc5fa4f 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs @@ -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.