removed a left over debug statement
This commit is contained in:
@@ -218,7 +218,6 @@ namespace FlaxEditor.GUI.Dialogs
|
||||
|
||||
private void OnColorPicked(Color32 colorPicked)
|
||||
{
|
||||
Editor.Log("OnColorPicked " + colorPicked + ", _active eye dropper=" + _activeEyedropper);
|
||||
if (_activeEyedropper)
|
||||
{
|
||||
_activeEyedropper = false;
|
||||
|
||||
Reference in New Issue
Block a user