mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Collapse switch for imguiColorWheel() is now always enabeld.
This commit is contained in:
@@ -3277,7 +3277,7 @@ void imguiColorWheel(const char* _text, float _rgb[3], bool& _activated, bool _e
|
||||
, _rgb[2]
|
||||
);
|
||||
|
||||
if (imguiCollapse(_text, buf, _activated, _enabled) )
|
||||
if (imguiCollapse(_text, buf, _activated) )
|
||||
{
|
||||
_activated = !_activated;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user