diff options
author | Paul Joannon <hello@pauljoannon.com> | 2018-01-12 14:26:21 +0100 |
---|---|---|
committer | Paul Joannon <hello@pauljoannon.com> | 2018-01-12 14:26:21 +0100 |
commit | a066f896d861a9b01e6aa55f51fc9d42e407b077 (patch) | |
tree | ef797e31e7f2afd721264ed0ac3207a87a95edac /core/bind/core_bind.h | |
parent | e08b6c9a9c3a4035a99496cd064af2629c5b1f68 (diff) |
get_target_fps and set_target_fps now both use an int
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r-- | core/bind/core_bind.h | 2 |
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; |