gsdx-ogl: add destination texture commit to StretchRect

This commit is contained in:
Kojin 2019-02-16 02:21:20 -05:00 committed by lightningterror
parent e9989a5966
commit 55e95cc552
1 changed files with 1 additions and 0 deletions

View File

@ -1352,6 +1352,7 @@ void GSDeviceOGL::StretchRect(GSTexture* sTex, const GSVector4& sRect, GSTexture
// ************************************
// Draw
// ************************************
dTex->CommitRegion(GSVector2i(dRect.z + 1, dRect.w + 1));
DrawPrimitive();
// ************************************