summaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-01-12 14:45:49 +0100
committerGitHub <noreply@github.com>2018-01-12 14:45:49 +0100
commitab9f7f4fc235678f948e227d7d53965685d0b9c2 (patch)
tree883c2f2b833e81d93b2a3a5445e5af75449e04f4 /core/bind/core_bind.h
parentbab9759645d29686c480d9bd0e6b1c50e4f541ef (diff)
parenta066f896d861a9b01e6aa55f51fc9d42e407b077 (diff)
Merge pull request #15622 from Paulloz/fix-mono-build
Fix mono build
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index bc5b8ea04c..2353b6d09f 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -656,7 +656,7 @@ public:
int get_iterations_per_second() const;
void set_target_fps(int p_fps);
- float get_target_fps() const;
+ int get_target_fps() const;
float get_frames_per_second() const;