mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-17 04:25:58 +00:00
Rename instance()->instantiate() when it's a verb
This commit is contained in:
+1
-1
@@ -2092,7 +2092,7 @@ void Tree::_range_click_timeout() {
|
||||
|
||||
click_handled = false;
|
||||
Ref<InputEventMouseButton> mb;
|
||||
mb.instance();
|
||||
mb.instantiate();
|
||||
|
||||
propagate_mouse_activated = false; // done from outside, so signal handler can't clear the tree in the middle of emit (which is a common case)
|
||||
blocked++;
|
||||
|
||||
Reference in New Issue
Block a user