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

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