diff --git a/src/gDP.cpp b/src/gDP.cpp index 9bc914a9..ccc56b6a 100644 --- a/src/gDP.cpp +++ b/src/gDP.cpp @@ -863,6 +863,8 @@ void gDPTextureRectangle(f32 ulx, f32 uly, f32 lrx, f32 lry, s32 tile, s16 s, s1 if (s == 0x4000 && (gDP.colorImage.width + gSP.textureTile[0]->uls < 512)) s = 0; + gDP.rectColor = gDPInfo::Color(); + GraphicsDrawer & drawer = dwnd().getDrawer(); GraphicsDrawer::TexturedRectParams params(ulx, uly, lrx, lry, dsdx, dtdy, s, t, flip, false, true, frameBufferList().getCurrent());