Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Dec 29, 2024
1 parent 3c660fa commit 2e6e40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JSystem/J2DGraph/J2DPane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2e6e40f

Please sign in to comment.