From 53cd6dd5a2f235ba5218c838584a745e47e886f1 Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Thu, 21 Sep 2023 04:42:15 -0700 Subject: [PATCH] J2DGrafContext --- src/JSystem/J2DGraph/J2DGrafContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();