diff options
| author | Scott Mansell <phiren@gmail.com> | 2023-01-31 19:21:15 +1300 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2023-02-09 18:36:20 +1300 |
| commit | cf9a6f8477a8c0ebfcb344fb9f3af9b97569798b (patch) | |
| tree | 3b14659570eff2fbf0b513e7e0c1dd4be2ac3bea /Source/Core/VideoBackends/Software | |
| parent | f7ad82573683376958bb39ada5d5a37cc98abffc (diff) | |
Lint fixes
Diffstat (limited to 'Source/Core/VideoBackends/Software')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWGfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWGfx.cpp b/Source/Core/VideoBackends/Software/SWGfx.cpp index d4758a07fa..4dfd5dc0f2 100644 --- a/Source/Core/VideoBackends/Software/SWGfx.cpp +++ b/Source/Core/VideoBackends/Software/SWGfx.cpp @@ -128,4 +128,4 @@ void SWGfx::SetScissorRect(const MathUtil::Rectangle<int>& rc) Rasterizer::ScissorChanged(); } -} // namespace SW
\ No newline at end of file +} // namespace SW |
