Compare commits

..

No commits in common. "2c5cd132bb4b6215c8454624ed965556e72312fc" and "e74491d78f8e2d42a1e5695dd5f3734424ce6652" have entirely different histories.

View File

@ -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();