diff options
Diffstat (limited to 'src/video_core/dirty_flags.cpp')
| -rw-r--r-- | src/video_core/dirty_flags.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/dirty_flags.cpp b/src/video_core/dirty_flags.cpp index 1039e036f..c2ecc12f5 100644 --- a/src/video_core/dirty_flags.cpp +++ b/src/video_core/dirty_flags.cpp | |||
| @@ -61,7 +61,7 @@ void SetupDirtyRenderTargets(Maxwell3D::DirtyState::Tables& tables) { | |||
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | void SetupDirtyShaders(Maxwell3D::DirtyState::Tables& tables) { | 63 | void SetupDirtyShaders(Maxwell3D::DirtyState::Tables& tables) { |
| 64 | FillBlock(tables[0], OFF(pipelines), NUM(pipelines) * Maxwell3D::Regs::MaxShaderProgram, | 64 | FillBlock(tables[0], OFF(pipelines), NUM(pipelines[0]) * Maxwell3D::Regs::MaxShaderProgram, |
| 65 | Shaders); | 65 | Shaders); |
| 66 | } | 66 | } |
| 67 | } // Anonymous namespace | 67 | } // Anonymous namespace |