mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-02 00:42:33 +01:00
93278ecb4e
It should reduce level of perceptibility physics bugs and tearing non-interpolated objects.
7 lines
91 B
C++
7 lines
91 B
C++
#ifndef GAME_HPP
|
|
#define GAME_HPP
|
|
|
|
#define GAME_TIMESTEP (1.f / 60.f)
|
|
|
|
#endif // GAME_HPP
|