diff options
Diffstat (limited to 'OpenSim/Region/Physics/Manager/IMesher.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/IMesher.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/Manager/IMesher.cs b/OpenSim/Region/Physics/Manager/IMesher.cs index ee498c5..b5fc95c 100644 --- a/OpenSim/Region/Physics/Manager/IMesher.cs +++ b/OpenSim/Region/Physics/Manager/IMesher.cs | |||
@@ -46,5 +46,7 @@ namespace OpenSim.Region.Physics.Manager | |||
46 | int[] getIndexListAsInt(); | 46 | int[] getIndexListAsInt(); |
47 | int[] getIndexListAsIntLocked(); | 47 | int[] getIndexListAsIntLocked(); |
48 | float[] getVertexListAsFloatLocked(); | 48 | float[] getVertexListAsFloatLocked(); |
49 | void releasePinned(); | ||
50 | |||
49 | } | 51 | } |
50 | } | 52 | } |