From af8106c97a25649bc56b26e4d755cc649e113c79 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Fri, 17 Jun 2022 11:57:51 +1000 Subject: [PATCH] whoops --- src/Drawer2D.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Drawer2D.h b/src/Drawer2D.h index 82c8b4bb9..9097f9c00 100644 --- a/src/Drawer2D.h +++ b/src/Drawer2D.h @@ -8,7 +8,7 @@ enum FONT_FLAGS { FONT_FLAGS_NONE = 0x00, FONT_FLAGS_BOLD = 0x01, FONT_FLAGS_UNDERLINE = 0x02, FONT_FLAGS_PADDING = 0x04 }; struct FontDesc { void* handle; cc_uint16 size, flags; int height; }; -struct DrawTextArgs { cc_string textm; struct FontDesc* font; cc_bool useShadow; }; +struct DrawTextArgs { cc_string text; struct FontDesc* font; cc_bool useShadow; }; struct Texture; struct IGameComponent; struct StringsBuffer;