Rename instance()->instantiate() when it's a verb
This commit is contained in:
parent
60dcc4f39c
commit
e28fd07b2b
371 changed files with 1318 additions and 1318 deletions
|
|
@ -543,7 +543,7 @@ void Button::_bind_methods() {
|
|||
}
|
||||
|
||||
Button::Button(const String &p_text) {
|
||||
text_buf.instance();
|
||||
text_buf.instantiate();
|
||||
text_buf->set_flags(TextServer::BREAK_MANDATORY);
|
||||
|
||||
set_mouse_filter(MOUSE_FILTER_STOP);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue