Merge branch 'master' into LouDi_Quan
This commit is contained in:
commit
2c5cd132bb
@ -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