mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-01 16:32:31 +01:00
Merge pull request #465 from ShFil119/patch-5
Increase tickrate to 60 times per second
This commit is contained in:
commit
a9f60b84c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user