Minor: fix a comment... scratch that,reverse it.

0.6.2-post-fixes
Teravus Ovares 2008-12-21 21:19:55 +00:00
parent 2ee8f81e15
commit 53a479904e
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ namespace OpenSim.Region.Environment.Scenes.Tests
Assert.That(rotEuler2.ApproxEquals(new Vector3(-180, 0, 0), 0.001f) || rotEuler2.ApproxEquals(new Vector3(180, 0, 0), 0.001f));
// Now we're linking the first group to the second group. This will make the second group child parts of the first one.
// Now we're linking the first group to the second group. This will make the first group child parts of the second one.
grp3.LinkToGroup(grp1);
// Delink part 2