aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs
diff options
context:
space:
mode:
authorDiva Canto2015-08-30 20:29:31 -0700
committerDiva Canto2015-08-30 20:29:31 -0700
commit2c0cad6dd3014e9ad363090f5f7872c43daffcbd (patch)
treeecd1878145bfef77eb3c9b4ee1c4f767e29b983e /OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs
parentMajor renaming of Physics dlls / folders. No functional changes, just renames. (diff)
downloadopensim-SC_OLD-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.zip
opensim-SC_OLD-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.tar.gz
opensim-SC_OLD-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.tar.bz2
opensim-SC_OLD-2c0cad6dd3014e9ad363090f5f7872c43daffcbd.tar.xz
Renamed the namespaces too
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs')
-rw-r--r--OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs
index 1119a75..d3f0052 100644
--- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs
+++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/HullTriangle.cs
@@ -29,7 +29,7 @@ using System;
29using System.Collections.Generic; 29using System.Collections.Generic;
30using System.Diagnostics; 30using System.Diagnostics;
31 31
32namespace OpenSim.Region.Physics.ConvexDecompositionDotNet 32namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
33{ 33{
34 public class HullTriangle : int3 34 public class HullTriangle : int3
35 { 35 {