That such a trivial change can be so difficult to get right. Fix it this time.

remove-scene-viewer
Melanie 2011-11-07 02:40:35 +00:00
parent e775b3fc47
commit 6d92d65140
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests
// default avatar.
Assert.That(
npc.AbsolutePosition,
Is.EqualTo(part.AbsolutePosition + new Vector3(0, 0, 0.8454993)));
Is.EqualTo(part.AbsolutePosition + new Vector3(0, 0, 0.8454993f)));
npcModule.Stand(npc.UUID, scene);