That such a trivial change can be so difficult to get right. Fix it this time.
parent
e775b3fc47
commit
6d92d65140
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue