fix the UsesPhysics flag to reference the physics flag rather than the temponrez flag

This commit is contained in:
Mic Bowman
2011-12-22 16:21:32 -08:00
parent 6b08c051a3
commit f394cb2e8f

View File

@@ -210,7 +210,7 @@ namespace OpenSim.Region.Framework.Scenes
/// </remarks>
public bool UsesPhysics
{
get { return (RootPart.Flags & PrimFlags.TemporaryOnRez) != 0; }
get { return (RootPart.Flags & PrimFlags.Physics) != 0; }
}
/// <summary>