diff options
Diffstat (limited to 'OpenSim/Framework/PrimitiveBaseShape.cs')
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs index 4243300..6607c4b 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -202,7 +202,7 @@ namespace OpenSim.Framework | |||
202 | 202 | ||
203 | public void SetRadius(float radius) | 203 | public void SetRadius(float radius) |
204 | { | 204 | { |
205 | Scale.X = Scale.Y = radius*2f; | 205 | Scale.X = Scale.Y = radius * 2f; |
206 | } | 206 | } |
207 | 207 | ||
208 | // TODO: void returns need to change of course | 208 | // TODO: void returns need to change of course |
@@ -237,4 +237,4 @@ namespace OpenSim.Framework | |||
237 | ProfileEnd = LLObject.PackEndCut(profileRange.Y); | 237 | ProfileEnd = LLObject.PackEndCut(profileRange.Y); |
238 | } | 238 | } |
239 | } | 239 | } |
240 | } | 240 | } \ No newline at end of file |