aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.cpp
diff options
context:
space:
mode:
authorPaul Joannon2018-01-12 14:26:21 +0100
committerPaul Joannon2018-01-12 14:26:21 +0100
commita066f896d861a9b01e6aa55f51fc9d42e407b077 (patch)
treeef797e31e7f2afd721264ed0ac3207a87a95edac /core/bind/core_bind.cpp
parente08b6c9a9c3a4035a99496cd064af2629c5b1f68 (diff)
downloadgodot-a066f896d861a9b01e6aa55f51fc9d42e407b077.tar.gz
godot-a066f896d861a9b01e6aa55f51fc9d42e407b077.tar.zst
godot-a066f896d861a9b01e6aa55f51fc9d42e407b077.zip
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 c7039353a..32b94b9b0 100644
--- a/core/bind/core_bind.cpp
+++ b/core/bind/core_bind.cpp
@@ -2585,7 +2585,7 @@ void _Engine::set_target_fps(int p_fps) {
Engine::get_singleton()->set_target_fps(p_fps);
}
-float _Engine::get_target_fps() const {
+int _Engine::get_target_fps() const {
return Engine::get_singleton()->get_target_fps();
}