Fixed issue .

This commit is contained in:
Branimir Karadzic 2014-12-01 08:20:38 -08:00
parent 3e4b82e7fe
commit 38f340b540
2 changed files with 9 additions and 9 deletions
examples/common/imgui

View file

@ -58,7 +58,6 @@ static const int32_t DEFAULT_SPACING = 4;
static const int32_t TEXT_HEIGHT = 8;
static const int32_t SCROLL_AREA_PADDING = 6;
static const int32_t AREA_HEADER = 20;
static const int32_t COLOR_WHEEL_PADDING = 60;
static const float s_tabStops[4] = {150, 210, 270, 330};
static void* imguiMalloc(size_t size, void* /*_userptr*/)