From cf8b6efaf2c5a24401b7d5fbddeec26ac931741b Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sat, 28 Jun 2014 00:20:09 +0100
Subject: 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 c901948..ca42d5b 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
--
cgit v1.1