diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs index 664208e..5d02eec 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -1233,7 +1233,7 @@ namespace OpenSim.Framework | |||
1233 | { | 1233 | { |
1234 | _sculptTexture = new UUID(data, pos); | 1234 | _sculptTexture = new UUID(data, pos); |
1235 | _sculptType = data[pos + 16]; | 1235 | _sculptType = data[pos + 16]; |
1236 | _sculptEntry = (_sculptType != 0); | 1236 | _sculptEntry = true; |
1237 | } | 1237 | } |
1238 | else | 1238 | else |
1239 | { | 1239 | { |