diff options
Diffstat (limited to 'scene/gui/texture_button.h')
| -rw-r--r-- | scene/gui/texture_button.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/gui/texture_button.h b/scene/gui/texture_button.h index 01924c1c1..49687986c 100644 --- a/scene/gui/texture_button.h +++ b/scene/gui/texture_button.h @@ -68,8 +68,8 @@ public: Ref<Texture> get_focused_texture() const; Ref<BitMap> get_click_mask() const; - void set_scale(Size2 p_scale); - Size2 get_scale() const; + void set_texture_scale(Size2 p_scale); + Size2 get_texture_scale() const; void set_modulate(const Color& p_modulate); Color get_modulate() const; |
