diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-08 08:21:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-08 08:21:38 +0300 |
commit | 8809fd2f14e8134e43c1f4249086d6f7a670a669 (patch) | |
tree | 97b9a932584e407661afa3d86135c5e459369eec /src/const/utils | |
parent | 5d83c6b9c4fca96b6b0de312080346837b385f5f (diff) | |
download | plus-8809fd2f14e8134e43c1f4249086d6f7a670a669.tar.gz plus-8809fd2f14e8134e43c1f4249086d6f7a670a669.tar.bz2 plus-8809fd2f14e8134e43c1f4249086d6f7a670a669.tar.xz plus-8809fd2f14e8134e43c1f4249086d6f7a670a669.zip |
Apply fps limiter after state logic.
Diffstat (limited to 'src/const/utils')
-rw-r--r-- | src/const/utils/perfstat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/const/utils/perfstat.h b/src/const/utils/perfstat.h index 9f7430516..fac9f7382 100644 --- a/src/const/utils/perfstat.h +++ b/src/const/utils/perfstat.h @@ -25,5 +25,6 @@ static const int PERFSTAT_MAX = 120; static const int PERFSTAT_LAST_STAT = 13; +static const int PERFSTAT_FPS_STAT = 12; #endif // CONST_UTILS_PERFSTAT_H |