Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/overlay.h')
-rw-r--r--overlay/overlay.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/overlay/overlay.h b/overlay/overlay.h
index 636e109e8..df8de66b1 100644
--- a/overlay/overlay.h
+++ b/overlay/overlay.h
@@ -67,8 +67,10 @@ struct OverlayMsgPid {
#define OVERLAY_MSGTYPE_FPS 5
struct OverlayMsgFps {
- unsigned int fps;
+ float fps;
};
+#define OVERLAY_FPS_INTERVAL 0.25f
+
struct OverlayMsg {
union {