From 9c60502357b51b5b9736a245364e9035a143974a Mon Sep 17 00:00:00 2001 From: Andrea Catania Date: Mon, 13 Jan 2020 17:53:10 +0100 Subject: Exposed physics frame count and idle frame count --- core/bind/core_bind.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/bind/core_bind.h') diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 7c5031cad4..65f20c375e 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -747,6 +747,8 @@ public: int get_target_fps() const; float get_frames_per_second() const; + uint64_t get_physics_frames() const; + uint64_t get_idle_frames() const; int get_frames_drawn(); -- cgit v1.2.3