Compare commits
2 Commits
e74491d78f
...
2c5cd132bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c5cd132bb | ||
|
|
0da2c9ea70 |
@ -109,6 +109,10 @@ public class TimeLineAction : IAction
|
||||
{
|
||||
curSpeed = 1;
|
||||
}
|
||||
if (!play.playableGraph.IsValid())
|
||||
{
|
||||
play.RebuildGraph();
|
||||
}
|
||||
play.playableGraph.GetRootPlayable(0).SetSpeed(curSpeed);
|
||||
play.Play();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user