Oops fix also default UseMeshiesPhysicsMesh also on ubOde

0.9.0-post-fixes
UbitUmarov 2017-08-02 03:47:53 +01:00
parent cf855c3842
commit 1830387840
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
// const string baseDir = "rawFiles";
private const string baseDir = null; //"rawFiles";
private bool useMeshiesPhysicsMesh = false;
private bool useMeshiesPhysicsMesh = true;
private bool doConvexPrims = true;
private bool doConvexSculpts = true;