mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
fetch physical_prim switch from [Startup] config from inside scene, as is done for most other scene config params
This commit is contained in:
@@ -362,7 +362,6 @@ namespace OpenSim
|
||||
{
|
||||
m_configSettings.PhysicsEngine = startupConfig.GetString("physics");
|
||||
m_configSettings.MeshEngineName = startupConfig.GetString("meshing");
|
||||
m_configSettings.PhysicalPrim = startupConfig.GetBoolean("physical_prim", true);
|
||||
|
||||
m_configSettings.See_into_region_from_neighbor = startupConfig.GetBoolean("see_into_this_sim_from_neighbor", true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user