Renamed the namespaces too

This commit is contained in:
Diva Canto
2015-08-30 20:29:31 -07:00
parent 1d6b33bc2d
commit 2c0cad6dd3
113 changed files with 171 additions and 171 deletions

View File

@@ -29,7 +29,7 @@ using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace OpenSim.Region.Physics.ConvexDecompositionDotNet
namespace OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet
{
public class HullTriangle : int3
{