From fe6dab7f134ddcadb1c23e35201d32182ab5257b Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Sat, 28 Jun 2014 00:20:09 +0100 Subject: [PATCH] minor: Change default max phys prim size in code to match OpenSimDefaults.ini --- OpenSim/Region/Framework/Scenes/Scene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index c90194802c..ca42d5b18d 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -192,7 +192,7 @@ namespace OpenSim.Region.Framework.Scenes /// /// Maximum value of the size of a physical prim in each axis /// - public float m_maxPhys = 10; + public float m_maxPhys = 64; /// /// Max prims an object will hold