mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
fixed PR feedback
This commit is contained in:
parent
5a356340e0
commit
f937170b67
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ bool nonThreadedPacketSender = false;
|
|||
const int ANIMATION_LISTEN_PORT = 40107;
|
||||
const int ACTUAL_FPS = 60;
|
||||
const double OUR_FPS_IN_MILLISECONDS = 1000.0/ACTUAL_FPS; // determines FPS from our desired FPS
|
||||
const int FUDGE_USECS = 10.0; // a little bit of fudge to actually do some processing
|
||||
const int FUDGE_USECS = 10; // a little bit of fudge to actually do some processing
|
||||
const int ANIMATE_VOXELS_INTERVAL_USECS = (OUR_FPS_IN_MILLISECONDS * 1000.0) - FUDGE_USECS; // converts from milliseconds to usecs
|
||||
|
||||
bool wantLocalDomain = false;
|
||||
|
|
Loading…
Reference in a new issue