diff --git a/gDP.cpp b/gDP.cpp index aafb254b..1a9ef6a0 100644 --- a/gDP.cpp +++ b/gDP.cpp @@ -965,6 +965,8 @@ void gDPSetKeyGB(u32 cG, u32 sG, u32 wG, u32 cB, u32 sB, u32 wB ) void gDPTextureRectangle( f32 ulx, f32 uly, f32 lrx, f32 lry, s32 tile, f32 s, f32 t, f32 dsdx, f32 dtdy ) { + if (ulx >= lrx) + return; if (gDP.otherMode.cycleType == G_CYC_COPY) { dsdx = 1.0f; lrx += 1.0f;