cosmitics; allow to wear 3 animesh objects

This commit is contained in:
UbitUmarov
2025-03-16 21:31:53 +00:00
parent c8b88141cb
commit 11cb8b6ed0
3 changed files with 3 additions and 34 deletions

View File

@@ -136,7 +136,7 @@ namespace OpenSim.Region.ClientStack.Linden
m_features["AnimatedObjects"] = new OSDMap()
{
["AnimatedObjectMaxTris"] = OSD.FromInteger(150000),
["MaxAgentAnimatedObjectAttachments"] = OSD.FromInteger(2)
["MaxAgentAnimatedObjectAttachments"] = OSD.FromInteger(Constants.MaxAgentAnimatedObjectAttachments)
};
m_features["BakesOnMeshEnabled"] = true;