Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
- Implemented IPropertyPreview to restore state modified by a timeline.
  • Loading branch information
keijiro committed Feb 6, 2019
1 parent cd5da9f commit 1984461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Klak/Hap/Runtime/HapPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ public void SetTime(double time)

public void GatherProperties(PlayableDirector director, IPropertyCollector driver)
{
driver.AddFromName<HapPlayer>(gameObject, "_time");
}

#endregion
Expand Down

0 comments on commit 1984461

Please sign in to comment.