Merge branch 'master' into bigmerge
Conflicts: OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.csavinationmerge
commit
adbc69bb07
|
@ -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.8454993f)));
|
||||||
|
|
||||||
npcModule.Stand(npc.UUID, scene);
|
npcModule.Stand(npc.UUID, scene);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue