aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-01-10 17:37:56 -0300
committerJuan Linietsky2015-01-10 17:37:56 -0300
commitd30f4e52f654a26e14223a6ef9a946cc6282c0db (patch)
tree66996de1cf9c1a1e008691da61c1989eae7abf33 /core/bind/core_bind.cpp
parent89970848311ee2d49040a148a56d80590091877c (diff)
parentf97582b5e9f069176a4c9226c39a880f786dae67 (diff)
downloadgodot-d30f4e52f654a26e14223a6ef9a946cc6282c0db.tar.gz
godot-d30f4e52f654a26e14223a6ef9a946cc6282c0db.tar.zst
godot-d30f4e52f654a26e14223a6ef9a946cc6282c0db.zip
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'core/bind/core_bind.cpp')
-rw-r--r--core/bind/core_bind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp
index 54fa4214a..0c5d21b4f 100644
--- a/core/bind/core_bind.cpp
+++ b/core/bind/core_bind.cpp
@@ -642,7 +642,7 @@ void _OS::_bind_methods() {
ObjectTypeDB::bind_method(_MD("has_touchscreen_ui_hint"),&_OS::has_touchscreen_ui_hint);
-
+ ObjectTypeDB::bind_method(_MD("set_window_title","title"),&_OS::set_window_title);
ObjectTypeDB::bind_method(_MD("set_low_processor_usage_mode","enable"),&_OS::set_low_processor_usage_mode);
ObjectTypeDB::bind_method(_MD("is_in_low_processor_usage_mode"),&_OS::is_in_low_processor_usage_mode);