From cb53b1d88ec4795c05218f7f809dec5d0af981d2 Mon Sep 17 00:00:00 2001 From: Thakee Nathees Date: Wed, 1 Apr 2020 07:19:23 +0530 Subject: some typo in method binds fixed --- scene/main/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/main') diff --git a/scene/main/window.cpp b/scene/main/window.cpp index 3a8f7ebb60..406f130b71 100644 --- a/scene/main/window.cpp +++ b/scene/main/window.cpp @@ -1285,7 +1285,7 @@ void Window::_bind_methods() { ClassDB::bind_method(D_METHOD("set_exclusive", "exclusive"), &Window::set_exclusive); ClassDB::bind_method(D_METHOD("is_exclusive"), &Window::is_exclusive); - ClassDB::bind_method(D_METHOD("can_draw"), &Window::is_transient); + ClassDB::bind_method(D_METHOD("can_draw"), &Window::can_draw); ClassDB::bind_method(D_METHOD("has_focus"), &Window::has_focus); ClassDB::bind_method(D_METHOD("grab_focus"), &Window::grab_focus); -- cgit v1.2.3