Fixed issue #197.
This commit is contained in:
parent
3e4b82e7fe
commit
38f340b540
2 changed files with 9 additions and 9 deletions
examples/common/imgui
|
@ -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*/)
|
||||
|
|
Reference in a new issue