File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ public void Dispose()
166166
167167 source . Stop ( ) ;
168168
169- while ( source . TryDequeue ( out var buffer ) )
169+ while ( source . TryDequeue ( out var buffer ) )
170170 {
171171 bufferPool . Return ( buffer ) ;
172172 }
Original file line number Diff line number Diff line change 1- // Copyright (c) Cosyne
1+ // Copyright (c) Cosyne
22// Licensed under GPL 3.0 with SDK Exception. See LICENSE for details.
33
4- using craftersmine . Asar . Net ;
54using System ;
65using System . IO ;
6+ using craftersmine . Asar . Net ;
77
88namespace Vignette . Content ;
99internal class AsarLoader : IContentLoader < AsarArchive >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public interface IProjector
1919 /// <summary>
2020 /// The projector's rotation.
2121 /// </summary>
22- Vector3 Rotation { get ; }
22+ Vector3 Rotation { get ; }
2323
2424 /// <summary>
2525 /// The projector's view matrix.
You can’t perform that action at this time.
0 commit comments