Cleanup.
This commit is contained in:
parent
fbe9ecce12
commit
a64762de1d
@ -1612,13 +1612,6 @@ struct Imgui
|
|||||||
float hsv[3];
|
float hsv[3];
|
||||||
rgbToHsv(hsv, _color);
|
rgbToHsv(hsv, _color);
|
||||||
|
|
||||||
enum Picked
|
|
||||||
{
|
|
||||||
None,
|
|
||||||
Wheel,
|
|
||||||
Triangle,
|
|
||||||
};
|
|
||||||
|
|
||||||
if (_enabled)
|
if (_enabled)
|
||||||
{
|
{
|
||||||
if (m_leftPressed)
|
if (m_leftPressed)
|
||||||
|
Loading…
Reference in New Issue
Block a user