Fix build break
parent
67780b00f0
commit
e775b3fc47
|
@ -287,7 +287,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests
|
||||||
// default avatar.
|
// default avatar.
|
||||||
Assert.That(
|
Assert.That(
|
||||||
npc.AbsolutePosition,
|
npc.AbsolutePosition,
|
||||||
Is.EqualTo(part.AbsolutePosition + new Vector3(0, 0, 0.8454993));
|
Is.EqualTo(part.AbsolutePosition + new Vector3(0, 0, 0.8454993)));
|
||||||
|
|
||||||
npcModule.Stand(npc.UUID, scene);
|
npcModule.Stand(npc.UUID, scene);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue