Removed extra semicolons. (#3594)
This commit is contained in:
parent
c8f9292bab
commit
2197f41506
6 changed files with 7 additions and 7 deletions
|
@ -111,7 +111,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
_offset = buffer.Offset;
|
||||
_size = buffer.Size;
|
||||
|
||||
ReleaseImpl();;
|
||||
ReleaseImpl();
|
||||
}
|
||||
|
||||
public BufferView GetBufferView(CommandBufferScoped cbs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue