diff options
Diffstat (limited to 'Source/Core/VideoCommon/VertexShaderManager.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexShaderManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VertexShaderManager.cpp b/Source/Core/VideoCommon/VertexShaderManager.cpp index fc8b9e69f8..2b5fc68185 100644 --- a/Source/Core/VideoCommon/VertexShaderManager.cpp +++ b/Source/Core/VideoCommon/VertexShaderManager.cpp @@ -299,6 +299,7 @@ void VertexShaderManager::SetConstants() dirty = true; BPFunctions::SetScissorAndViewport(); + g_stats.AddScissorRect(); } if (bProjectionChanged || g_freelook_camera.GetController()->IsDirty()) |
