mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Fix a typo.
This commit is contained in:
parent
e11e4cfff2
commit
505b0c388f
@ -1426,7 +1426,7 @@ void GLES_GPU::ExecuteOpInternal(u32 op, u32 diff) {
|
||||
if (dst[i] != newVal) {
|
||||
Flush();
|
||||
dst[i] = newVal;
|
||||
shaderManager_->DirtyUniform(DIRTY_VIEWMATRIX);
|
||||
shaderManager_->DirtyUniform(DIRTY_PROJMATRIX);
|
||||
}
|
||||
if (++i > end) {
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user