1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-04 01:29:45 +02:00

Merge pull request #465 from ShFil119/patch-5

Increase tickrate to 60 times per second
This commit is contained in:
Daniel Evans 2018-05-19 15:38:15 +01:00 committed by GitHub
commit a9f60b84c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#ifndef GAME_HPP
#define GAME_HPP
#define GAME_TIMESTEP (1.f / 30.f)
#define GAME_TIMESTEP (1.f / 60.f)
#endif // GAME_HPP