diff --git a/src/JSystem/J2DGraph/J2DGrafContext.cpp b/src/JSystem/J2DGraph/J2DGrafContext.cpp index 4ddfb3b7e..35d67976f 100644 --- a/src/JSystem/J2DGraph/J2DGrafContext.cpp +++ b/src/JSystem/J2DGraph/J2DGrafContext.cpp @@ -66,7 +66,7 @@ void J2DGrafContext::setup2D() { /* 802CD340-802CD590 .text setScissor__14J2DGrafContextFv */ void J2DGrafContext::setScissor() { - JGeometry::TBox2 bounds(0, 0, 1024, 1024); + JGeometry::TBox2 bounds(0, 0, 1024, 1000); JGeometry::TBox2 curBounds(mScissorBounds); mScissorBounds.intersect(bounds); curBounds.absolute();