大修
This commit is contained in:
@@ -91,7 +91,7 @@ namespace MoreMountains.Feedbacks
|
||||
{
|
||||
if(ResetVelocityOnPlay)
|
||||
{
|
||||
rb.velocity = Vector3.zero;
|
||||
rb.linearVelocity = Vector3.zero;
|
||||
}
|
||||
|
||||
if (ForwardForce)
|
||||
|
||||
@@ -92,7 +92,7 @@ namespace MoreMountains.Feedbacks
|
||||
{
|
||||
if(ResetVelocityOnPlay)
|
||||
{
|
||||
rb.velocity = Vector2.zero;
|
||||
rb.linearVelocity = Vector2.zero;
|
||||
}
|
||||
|
||||
switch (Mode)
|
||||
|
||||
Reference in New Issue
Block a user