Update accessibility
This commit is contained in:
parent
816bad12c2
commit
71075deb47
@ -237,7 +237,7 @@ namespace Passer.Humanoid {
|
|||||||
return damper;
|
return damper;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void ApplyForce(Vector3 force) {
|
protected virtual void ApplyForce(Vector3 force) {
|
||||||
if (float.IsNaN(force.magnitude))
|
if (float.IsNaN(force.magnitude))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@ -266,7 +266,7 @@ namespace Passer.Humanoid {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void ApplyForceAtPosition(Vector3 force, Vector3 position) {
|
protected virtual void ApplyForceAtPosition(Vector3 force, Vector3 position) {
|
||||||
if (float.IsNaN(force.magnitude))
|
if (float.IsNaN(force.magnitude))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user