We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c3081 commit d11f5dbCopy full SHA for d11f5db
1 file changed
Runtime/Scripts/VideoStreamTrack.cs
@@ -148,7 +148,7 @@ internal void UpdateTexture()
148
public VideoStreamTrack(Texture texture, CopyTexture copyTexture = null)
149
: base(CreateVideoTrack(texture, out var source))
150
{
151
- lock(s_tracks)
+ lock (s_tracks)
152
153
if (s_tracks.ContainsKey(self))
154
throw new InvalidOperationException();
@@ -216,7 +216,7 @@ public override void Dispose()
216
}, 0.1f);
217
}
218
219
220
221
s_tracks.Remove(self);
222
0 commit comments