Skip to content

Commit

Permalink
Ensure master animations are started at the same clip time
Browse files Browse the repository at this point in the history
  • Loading branch information
acidbubbles committed Dec 30, 2020
1 parent 9ac608e commit cc4da9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PeerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ private void ReceiveMasterClipState(object[] e)
{
if (clip == null || clip.playbackEnabled) return;
animation.PlayClip(clip, true, false);
clip.clipTime = (float) e[2];
}
}

Expand Down

0 comments on commit cc4da9e

Please sign in to comment.