aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan/TextureBuffer.cs
diff options
context:
space:
mode:
authorNicholas Rodine <halfofastaple@gmail.com>2022-08-17 02:05:15 -0500
committerGitHub <noreply@github.com>2022-08-17 09:05:15 +0200
commit2197f41506e1ed7c4c657a1899491298bd66f7f9 (patch)
treebf4fb59575befca48f31c5f83ca6ed49c5fee17b /Ryujinx.Graphics.Vulkan/TextureBuffer.cs
parentc8f9292babd5aa6021ce1bd6a977130baebb7de3 (diff)
Removed extra semicolons. (#3594)1.1.220
Diffstat (limited to 'Ryujinx.Graphics.Vulkan/TextureBuffer.cs')
-rw-r--r--Ryujinx.Graphics.Vulkan/TextureBuffer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Vulkan/TextureBuffer.cs b/Ryujinx.Graphics.Vulkan/TextureBuffer.cs
index b2c5ff18..c7495610 100644
--- a/Ryujinx.Graphics.Vulkan/TextureBuffer.cs
+++ b/Ryujinx.Graphics.Vulkan/TextureBuffer.cs
@@ -111,7 +111,7 @@ namespace Ryujinx.Graphics.Vulkan
_offset = buffer.Offset;
_size = buffer.Size;
- ReleaseImpl();;
+ ReleaseImpl();
}
public BufferView GetBufferView(CommandBufferScoped cbs)