Massive tab and trailing space cleanup

This commit is contained in:
Melanie Thielker
2017-01-05 19:07:37 +00:00
parent e88e2945e9
commit b16abc8166
959 changed files with 23646 additions and 23646 deletions

View File

@@ -1144,14 +1144,14 @@ public class BSPrim : BSPhysObject
}
}
public override bool PIDActive
public override bool PIDActive
{
get
{
return MoveToTargetActive;
}
set
set
{
MoveToTargetActive = value;
@@ -1179,13 +1179,13 @@ public class BSPrim : BSPhysObject
// if the actor exists, tell it to refresh its values.
actor.Refresh();
}
}
}
// Used for llSetHoverHeight and maybe vehicle height
// Hover Height will override MoveTo target's Z
public override bool PIDHoverActive {
get
get
{
return base.HoverActive;
}