mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-21 18:02:43 +01:00
Increase tickrate to 1/60
It should reduce level of perceptibility physics bugs and tearing non-interpolated objects.
This commit is contained in:
parent
03784a2a41
commit
93278ecb4e
@ -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