Fix a typo.

This commit is contained in:
Unknown W. Brackets 2014-03-04 07:37:32 -08:00
parent e11e4cfff2
commit 505b0c388f

View File

@ -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;