Compare commits
No commits in common. "2c5cd132bb4b6215c8454624ed965556e72312fc" and "e74491d78f8e2d42a1e5695dd5f3734424ce6652" have entirely different histories.
2c5cd132bb
...
e74491d78f
@ -109,10 +109,6 @@ public class TimeLineAction : IAction
|
|||||||
{
|
{
|
||||||
curSpeed = 1;
|
curSpeed = 1;
|
||||||
}
|
}
|
||||||
if (!play.playableGraph.IsValid())
|
|
||||||
{
|
|
||||||
play.RebuildGraph();
|
|
||||||
}
|
|
||||||
play.playableGraph.GetRootPlayable(0).SetSpeed(curSpeed);
|
play.playableGraph.GetRootPlayable(0).SetSpeed(curSpeed);
|
||||||
play.Play();
|
play.Play();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user