Tweaks, more consistent #define names

This commit is contained in:
ocornut
2014-08-14 14:31:13 +01:00
parent a905505cca
commit f30d23a502
3 changed files with 16 additions and 12 deletions

View File

@ -509,8 +509,8 @@ struct ImDrawCmd
ImVec4 clip_rect;
};
#ifndef IMDRAW_TEX_UV_FOR_WHITE
#define IMDRAW_TEX_UV_FOR_WHITE ImVec2(0,0)
#ifndef IMGUI_FONT_TEX_UV_FOR_WHITE
#define IMGUI_FONT_TEX_UV_FOR_WHITE ImVec2(0.f,0.f)
#endif
// sizeof() == 20