up
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Coolape
|
||||
|
||||
float times = 0;
|
||||
// Update is called once per frame
|
||||
void FixedUpdate ()
|
||||
void Update ()
|
||||
{
|
||||
if (isMoveToNow) {
|
||||
times += speed * Time.unscaledDeltaTime;
|
||||
|
||||
Reference in New Issue
Block a user