diff options
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/PrimMesher.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/PrimMesher.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs index c397290..ca16b63 100644 --- a/OpenSim/Region/Physics/Meshing/PrimMesher.cs +++ b/OpenSim/Region/Physics/Meshing/PrimMesher.cs | |||
@@ -1232,8 +1232,8 @@ namespace PrimMesher | |||
1232 | this.profileEnd = 0.02f; | 1232 | this.profileEnd = 0.02f; |
1233 | if (profileStart >= profileEnd) | 1233 | if (profileStart >= profileEnd) |
1234 | this.profileStart = profileEnd - 0.02f; | 1234 | this.profileStart = profileEnd - 0.02f; |
1235 | if (hollow > 1.0f) | 1235 | if (hollow > 0.99f) |
1236 | this.hollow = 1.0f; | 1236 | this.hollow = 0.99f; |
1237 | if (hollow < 0.0f) | 1237 | if (hollow < 0.0f) |
1238 | this.hollow = 0.0f; | 1238 | this.hollow = 0.0f; |
1239 | 1239 | ||