Compare commits
No commits in common. "305a36260577e2162f4628882f68bf2d22ef90c4" and "9f08463af41be5dda920443dd564e95bf5d88fc8" have entirely different histories.
305a362605
...
9f08463af4
@ -79,9 +79,8 @@ namespace QFramework
|
||||
int.TryParse(frame, out curFrame);
|
||||
anim.clip = anim[animName].clip;
|
||||
anim[animName].time = curFrame / anim.clip.frameRate;
|
||||
anim.Play(animName);
|
||||
anim[animName].speed = 0;
|
||||
anim.Sample();
|
||||
anim.Play(animName);
|
||||
this.Finish();
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user