mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Remove redundant semicolons
This commit is contained in:
@ -99,4 +99,4 @@ void D3DBoundingBox::Write(u32 index, std::span<const BBoxType> values)
|
||||
D3D::context->UpdateSubresource(m_buffer.Get(), 0, &box, values.data(), 0, 0);
|
||||
}
|
||||
|
||||
}; // namespace DX11
|
||||
} // namespace DX11
|
||||
|
Reference in New Issue
Block a user