diff options
author | Justin Clark-Casey (justincc) | 2013-02-06 01:35:25 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-06 01:35:25 +0000 |
commit | 0d4df99d0444973014e7cf0d5e00a8cd366ead8f (patch) | |
tree | f57ceb5d8fda2e313647d2ba663d638b626493c4 /OpenSim/Region/Physics/Meshing | |
parent | refactor: Move functions that lookup asset ids from task inventory or pass th... (diff) | |
parent | BulletSim: make removing zero width triangles from meshes optional (diff) | |
download | opensim-SC_OLD-0d4df99d0444973014e7cf0d5e00a8cd366ead8f.zip opensim-SC_OLD-0d4df99d0444973014e7cf0d5e00a8cd366ead8f.tar.gz opensim-SC_OLD-0d4df99d0444973014e7cf0d5e00a8cd366ead8f.tar.bz2 opensim-SC_OLD-0d4df99d0444973014e7cf0d5e00a8cd366ead8f.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/Meshing')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Mesh.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Mesh.cs b/OpenSim/Region/Physics/Meshing/Mesh.cs index f781ff9..bd8e306 100644 --- a/OpenSim/Region/Physics/Meshing/Mesh.cs +++ b/OpenSim/Region/Physics/Meshing/Mesh.cs | |||
@@ -152,7 +152,7 @@ namespace OpenSim.Region.Physics.Meshing | |||
152 | return result; | 152 | return result; |
153 | } | 153 | } |
154 | 154 | ||
155 | private float[] getVertexListAsFloat() | 155 | public float[] getVertexListAsFloat() |
156 | { | 156 | { |
157 | if (m_vertices == null) | 157 | if (m_vertices == null) |
158 | throw new NotSupportedException(); | 158 | throw new NotSupportedException(); |