fix the UsesPhysics flag to reference the physics flag rather than the temponrez flag
parent
1cf57c83e1
commit
674baa39ed
|
@ -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