mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Collapse switch for imguiColorWheel() is now always enabeld.
This commit is contained in:
parent
43b9802b48
commit
9605583491
1 changed files with 1 additions and 1 deletions
|
@ -3277,7 +3277,7 @@ void imguiColorWheel(const char* _text, float _rgb[3], bool& _activated, bool _e
|
||||||
, _rgb[2]
|
, _rgb[2]
|
||||||
);
|
);
|
||||||
|
|
||||||
if (imguiCollapse(_text, buf, _activated, _enabled) )
|
if (imguiCollapse(_text, buf, _activated) )
|
||||||
{
|
{
|
||||||
_activated = !_activated;
|
_activated = !_activated;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue