Browse Source

Update src/ImageSharp/Memory/DiscontiguousBuffers/MemoryGroup{T}.Owned.cs

Co-authored-by: Anton Firszov <antonfir@gmail.com>
pull/2327/head
Stefan Nikolei 3 years ago
committed by GitHub
parent
commit
12421030c2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ImageSharp/Memory/DiscontiguousBuffers/MemoryGroup{T}.Owned.cs

2
src/ImageSharp/Memory/DiscontiguousBuffers/MemoryGroup{T}.Owned.cs

@ -123,7 +123,7 @@ internal abstract partial class MemoryGroup<T>
public override void RecreateViewAfterSwap()
{
this.View?.Invalidate();
this.View.Invalidate();
this.View = new MemoryGroupView<T>(this);
}

Loading…
Cancel
Save