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;