J2DGrafContext

This commit is contained in:
Jcw87
2023-09-21 04:42:15 -07:00
parent 3e26fdb75f
commit 53cd6dd5a2
+1 -1
View File
@@ -66,7 +66,7 @@ void J2DGrafContext::setup2D() {
/* 802CD340-802CD590 .text setScissor__14J2DGrafContextFv */
void J2DGrafContext::setScissor() {
JGeometry::TBox2<f32> bounds(0, 0, 1024, 1024);
JGeometry::TBox2<f32> bounds(0, 0, 1024, 1000);
JGeometry::TBox2<f32> curBounds(mScissorBounds);
mScissorBounds.intersect(bounds);
curBounds.absolute();