add get method on physics actors PIDHoverActive

This commit is contained in:
UbitUmarov
2015-09-30 20:13:31 +01:00
parent f87e284ec2
commit aa3303e3af
11 changed files with 21 additions and 5 deletions

View File

@@ -267,6 +267,7 @@ namespace OpenSim.Region.PhysicsModule.BasicPhysics
public override bool PIDHoverActive
{
get { return false; }
set { return; }
}