diff options
author | John Hurliman | 2009-09-30 17:51:34 -0700 |
---|---|---|
committer | John Hurliman | 2009-09-30 17:51:34 -0700 |
commit | cb26878f96adf99235709e1460474513d2e38f36 (patch) | |
tree | ba23794b2c24f7c27bd3d1ed878f84d43292d7ee /OpenSim/Data/Tests/BasicRegionTest.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC_OLD-cb26878f96adf99235709e1460474513d2e38f36.zip opensim-SC_OLD-cb26878f96adf99235709e1460474513d2e38f36.tar.gz opensim-SC_OLD-cb26878f96adf99235709e1460474513d2e38f36.tar.bz2 opensim-SC_OLD-cb26878f96adf99235709e1460474513d2e38f36.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/Tests/BasicRegionTest.cs')
-rw-r--r-- | OpenSim/Data/Tests/BasicRegionTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicRegionTest.cs b/OpenSim/Data/Tests/BasicRegionTest.cs index ca1fcfa..97990e1 100644 --- a/OpenSim/Data/Tests/BasicRegionTest.cs +++ b/OpenSim/Data/Tests/BasicRegionTest.cs | |||
@@ -497,7 +497,7 @@ namespace OpenSim.Data.Tests | |||
497 | Quaternion rotoff = new Quaternion(random.Next(),random.Next(),random.Next(),random.Next()); | 497 | Quaternion rotoff = new Quaternion(random.Next(),random.Next(),random.Next(),random.Next()); |
498 | Vector3 velocity = new Vector3(random.Next(),random.Next(),random.Next()); | 498 | Vector3 velocity = new Vector3(random.Next(),random.Next(),random.Next()); |
499 | Vector3 angvelo = new Vector3(random.Next(),random.Next(),random.Next()); | 499 | Vector3 angvelo = new Vector3(random.Next(),random.Next(),random.Next()); |
500 | Vector3 accel = new Vector3(random.Next(),random.Next(),random.Next()); | 500 | Vector3 accel = new Vector3(random.Next(),random.Next(),random.Next()); |
501 | 501 | ||
502 | sop.GroupPosition = groupos; | 502 | sop.GroupPosition = groupos; |
503 | sop.RotationOffset = rotoff; | 503 | sop.RotationOffset = rotoff; |