File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ImageSharp/PixelFormats/PixelImplementations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public uint PackedValue
149
149
150
150
/// <inheritdoc/>
151
151
[ MethodImpl ( InliningOptions . ShortMethod ) ]
152
- public void FromVector4 ( Vector4 vector ) => this . Pack ( ref vector ) ;
152
+ public void FromVector4 ( Vector4 vector ) => this . Pack ( vector ) ;
153
153
154
154
/// <inheritdoc/>
155
155
[ MethodImpl ( InliningOptions . ShortMethod ) ]
@@ -302,7 +302,7 @@ public void FromRgba64(Rgba64 source)
302
302
/// </summary>
303
303
/// <param name="vector">The vector containing the values to pack.</param>
304
304
[ MethodImpl ( InliningOptions . ShortMethod ) ]
305
- private void Pack ( ref Vector4 vector )
305
+ private void Pack ( Vector4 vector )
306
306
{
307
307
vector *= MaxBytes ;
308
308
vector += Half ;
You can’t perform that action at this time.
0 commit comments