fix the UsesPhysics flag to reference the physics flag rather than the temponrez flag
parent
6b08c051a3
commit
f394cb2e8f
|
@ -210,7 +210,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public bool UsesPhysics
|
public bool UsesPhysics
|
||||||
{
|
{
|
||||||
get { return (RootPart.Flags & PrimFlags.TemporaryOnRez) != 0; }
|
get { return (RootPart.Flags & PrimFlags.Physics) != 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue