Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jan 3, 2025
1 parent 11d1854 commit 3d4c99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/sdl_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ namespace WLGUI {

return InvalidHandleValue;
}

bool Obj::DrawTextChar1bpp(long x,long y,FontHandle::Bitmap &bmp) {
long dx = x + bmp.dx;
for (unsigned int subx=0;subx < bmp.dw;subx++) {
Expand Down

0 comments on commit 3d4c99d

Please sign in to comment.