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

0.7.2-post-fixes
Mic Bowman 2011-12-22 16:21:32 -08:00 committed by Justin Clark-Casey (justincc)
parent 1cf57c83e1
commit 674baa39ed
1 changed files with 1 additions and 1 deletions

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>