Remove post-trim scissor (#684)

* Remove post-trim scissor

Fixes #679

* Add comment
This commit is contained in:
doop
2026-05-05 21:41:59 -04:00
committed by GitHub
parent 93ec3c7dbd
commit 66154d9de8
+4
View File
@@ -1237,8 +1237,12 @@ static void trimming(view_class* param_0, view_port_class* param_1) {
GXEnd();
}
#ifndef TARGET_PC
// due to rounding, the scaled scissor region doesn't align with the untrimmed area
// this creates a gap when drawing the flipped image for mirror mode
GXSetScissor(param_1->scissor.x_orig, param_1->scissor.y_orig, param_1->scissor.width,
param_1->scissor.height);
#endif
}
#if !PLATFORM_WII && !TARGET_PC