diff options
author | Dahlia Trimble | 2009-05-29 02:46:35 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-05-29 02:46:35 +0000 |
commit | db4f8d129887cd4fdd5603918590b3c940191882 (patch) | |
tree | 1bc01eb0e30135b30e0dcdbefad680b5af575109 /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |
parent | Making the delegate handlers async in async Get, to make things consistent. T... (diff) | |
download | opensim-SC_OLD-db4f8d129887cd4fdd5603918590b3c940191882.zip opensim-SC_OLD-db4f8d129887cd4fdd5603918590b3c940191882.tar.gz opensim-SC_OLD-db4f8d129887cd4fdd5603918590b3c940191882.tar.bz2 opensim-SC_OLD-db4f8d129887cd4fdd5603918590b3c940191882.tar.xz |
Experimental decoded sculpt map caching
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 719b028..7065d2f 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -2268,7 +2268,7 @@ if (m_shape != null) { | |||
2268 | { | 2268 | { |
2269 | if (m_shape.SculptEntry) | 2269 | if (m_shape.SculptEntry) |
2270 | { | 2270 | { |
2271 | if (texture != null) | 2271 | //if (texture != null) // null could mean a cached sculpt map has been found |
2272 | { | 2272 | { |
2273 | m_shape.SculptData = texture.Data; | 2273 | m_shape.SculptData = texture.Data; |
2274 | if (PhysActor != null) | 2274 | if (PhysActor != null) |