From 2e6e40f60491fcbd070dc3428406e38af936b8d0 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 28 Dec 2024 17:29:29 -0800 Subject: [PATCH] build fix --- src/JSystem/J2DGraph/J2DPane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JSystem/J2DGraph/J2DPane.cpp b/src/JSystem/J2DGraph/J2DPane.cpp index f56a4e47c..c416e66ad 100644 --- a/src/JSystem/J2DGraph/J2DPane.cpp +++ b/src/JSystem/J2DGraph/J2DPane.cpp @@ -94,7 +94,7 @@ void J2DPane::makePaneStream(J2DPane* pParentPane, JSURandomInputStream* pStream setBasePosition((J2DBasePosition)pStream->readU8()); size--; } else { - setBasePosition(J2DBasePosition_0); + setBasePosition(J2DBasePosition_TopLeft); } mAlpha = 0xFF;