summaryrefslogtreecommitdiff
path: root/src/JSystem/J2DGraph/J2DPane.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2024-12-28 17:29:29 -0800
committerJasper St. Pierre <jstpierre@mecheye.net>2024-12-28 17:29:29 -0800
commit2e6e40f60491fcbd070dc3428406e38af936b8d0 (patch)
tree68c7f1781d3a07c00c27bc0b15a3e3850a28338a /src/JSystem/J2DGraph/J2DPane.cpp
parent3c660fa9370c0b5132b2f4cf17898b57aec0c2d5 (diff)
build fix
Diffstat (limited to 'src/JSystem/J2DGraph/J2DPane.cpp')
-rw-r--r--src/JSystem/J2DGraph/J2DPane.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/J2DGraph/J2DPane.cpp b/src/JSystem/J2DGraph/J2DPane.cpp
index f56a4e47..c416e66a 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;