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

iar_mods
Mic Bowman 2011-12-22 16:21:32 -08:00
parent 6b08c051a3
commit f394cb2e8f
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>