From 3d4c99d709058f7392de604c7bcb0cee50b5aedb Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Fri, 3 Jan 2025 00:24:40 -0800 Subject: [PATCH] more --- src/gui/sdl_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/sdl_gui.cpp b/src/gui/sdl_gui.cpp index 053575633ed..b7919613cdd 100644 --- a/src/gui/sdl_gui.cpp +++ b/src/gui/sdl_gui.cpp @@ -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++) {