1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 13:54:52 +02:00
openrw/rwgame/game.hpp
Filip Gawin 93278ecb4e
Increase tickrate to 1/60
It should reduce level of perceptibility physics bugs and tearing non-interpolated objects.
2018-05-16 20:44:55 +02:00

7 lines
91 B
C++

#ifndef GAME_HPP
#define GAME_HPP
#define GAME_TIMESTEP (1.f / 60.f)
#endif // GAME_HPP