aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/color_picker.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/color_picker.h')
-rw-r--r--scene/gui/color_picker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/color_picker.h b/scene/gui/color_picker.h
index de624fd02..1a7926640 100644
--- a/scene/gui/color_picker.h
+++ b/scene/gui/color_picker.h
@@ -79,7 +79,7 @@ private:
void _update_text_value();
void _text_type_toggled();
void _sample_draw();
- void _hsv_draw(int p_wich, Control *c);
+ void _hsv_draw(int p_which, Control *c);
void _uv_input(const Ref<InputEvent> &p_input);
void _w_input(const Ref<InputEvent> &p_input);