aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.World/types/Triangle.cs
diff options
context:
space:
mode:
authorMW2007-06-10 12:18:22 +0000
committerMW2007-06-10 12:18:22 +0000
commit1b1226a48370fc3f91ce2253bca848f6b698d40e (patch)
tree48c8bc9c8d987d302d38b1f42c604e47cb33dd14 /OpenSim/OpenSim.World/types/Triangle.cs
parent(no commit message) (diff)
downloadopensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.zip
opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.gz
opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.bz2
opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.xz
Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to please!
Diffstat (limited to '')
-rw-r--r--OpenSim/OpenSim.World/types/Triangle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.World/types/Triangle.cs b/OpenSim/OpenSim.World/types/Triangle.cs
index 07c0a91..488cc21 100644
--- a/OpenSim/OpenSim.World/types/Triangle.cs
+++ b/OpenSim/OpenSim.World/types/Triangle.cs
@@ -3,7 +3,7 @@ using System.Collections.Generic;
3using System.Text; 3using System.Text;
4using Axiom.MathLib; 4using Axiom.MathLib;
5 5
6namespace OpenSim.types 6namespace OpenSim.Region.types
7{ 7{
8 public class Triangle 8 public class Triangle
9 { 9 {