aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorJeff Ames2008-05-14 05:11:23 +0000
committerJeff Ames2008-05-14 05:11:23 +0000
commitc995d60d37032db3198b8496e186aa7a892dc7a8 (patch)
tree826147e66f61c812897d9b0acdb16ebfeb30d4d3 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
parent* Added 3 warnings in response to the warnings. Adam, read the warnings. (diff)
downloadopensim-SC_OLD-c995d60d37032db3198b8496e186aa7a892dc7a8.zip
opensim-SC_OLD-c995d60d37032db3198b8496e186aa7a892dc7a8.tar.gz
opensim-SC_OLD-c995d60d37032db3198b8496e186aa7a892dc7a8.tar.bz2
opensim-SC_OLD-c995d60d37032db3198b8496e186aa7a892dc7a8.tar.xz
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 9502627..6c5a68d 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -2049,7 +2049,7 @@ namespace OpenSim.Region.Environment.Scenes
2049 data[pos] = (byte)pTexAnim.SizeY; pos++; 2049 data[pos] = (byte)pTexAnim.SizeY; pos++;
2050 2050
2051 Helpers.FloatToBytes(pTexAnim.Start).CopyTo(data, pos); 2051 Helpers.FloatToBytes(pTexAnim.Start).CopyTo(data, pos);
2052 Helpers.FloatToBytes(pTexAnim.Length ).CopyTo(data, pos + 4); 2052 Helpers.FloatToBytes(pTexAnim.Length).CopyTo(data, pos + 4);
2053 Helpers.FloatToBytes(pTexAnim.Rate).CopyTo(data, pos + 8); 2053 Helpers.FloatToBytes(pTexAnim.Rate).CopyTo(data, pos + 8);
2054 2054
2055 m_TextureAnimation = data; 2055 m_TextureAnimation = data;
@@ -2495,7 +2495,7 @@ namespace OpenSim.Region.Environment.Scenes
2495 (int) (color.x*0xff), 2495 (int) (color.x*0xff),
2496 (int) (color.y*0xff), 2496 (int) (color.y*0xff),
2497 (int) (color.z*0xff)); 2497 (int) (color.z*0xff));
2498 SetText( text ); 2498 SetText(text);
2499 } 2499 }
2500 2500
2501 public int registerTargetWaypoint(LLVector3 target, float tolerance) 2501 public int registerTargetWaypoint(LLVector3 target, float tolerance)