1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00

Average FPS over 90 ticks instead of 60;

This commit is contained in:
bjorn 2018-01-05 22:43:19 -08:00
parent 832a470c90
commit f857f4e94d

View file

@ -1,6 +1,6 @@
#pragma once
#define TICK_SAMPLES 60
#define TICK_SAMPLES 90
typedef struct {
double lastTime;