diff options
author | UbitUmarov | 2012-10-13 01:41:18 +0100 |
---|---|---|
committer | UbitUmarov | 2012-10-13 01:41:18 +0100 |
commit | 666fb744a36ca5497dc8868298f47c23cd72b1a8 (patch) | |
tree | fc1ea699daf1e6c9f274436d84cf2d3b20cc1706 /OpenSim/Region/Physics/Manager | |
parent | missing file (again) (diff) | |
download | opensim-SC_OLD-666fb744a36ca5497dc8868298f47c23cd72b1a8.zip opensim-SC_OLD-666fb744a36ca5497dc8868298f47c23cd72b1a8.tar.gz opensim-SC_OLD-666fb744a36ca5497dc8868298f47c23cd72b1a8.tar.bz2 opensim-SC_OLD-666fb744a36ca5497dc8868298f47c23cd72b1a8.tar.xz |
retouch mesh ids
Diffstat (limited to 'OpenSim/Region/Physics/Manager')
-rw-r--r-- | OpenSim/Region/Physics/Manager/IMesher.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/IMesher.cs b/OpenSim/Region/Physics/Manager/IMesher.cs index d0e3996..21a5fa0 100644 --- a/OpenSim/Region/Physics/Manager/IMesher.cs +++ b/OpenSim/Region/Physics/Manager/IMesher.cs | |||
@@ -73,7 +73,7 @@ namespace OpenSim.Region.Physics.Manager | |||
73 | 73 | ||
74 | public override string ToString() | 74 | public override string ToString() |
75 | { | 75 | { |
76 | return uuid.ToString() + "-" + hashC.ToString() ; | 76 | return uuid.ToString() + "-" + hashC.ToString("x") ; |
77 | } | 77 | } |
78 | } | 78 | } |
79 | 79 | ||