You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Synchronize parameter names in definition and declaration
Fixes #10244.
This commit is contained in:
committed by
Rémi Verschelde
parent
b1ecaaa22b
commit
00f6c85928
@@ -286,8 +286,8 @@ void TextureButton::set_expand(bool p_expand) {
|
||||
update();
|
||||
}
|
||||
|
||||
void TextureButton::set_stretch_mode(StretchMode p_mode) {
|
||||
stretch_mode = p_mode;
|
||||
void TextureButton::set_stretch_mode(StretchMode p_stretch_mode) {
|
||||
stretch_mode = p_stretch_mode;
|
||||
update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user