mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 12:28:51 +02:00
CR feedback
This commit is contained in:
parent
2edc46ca5f
commit
726a67c6c8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#endif
|
||||
|
||||
const int ANIMATION_LISTEN_PORT = 40107;
|
||||
const int ANIMATE_VOXELS_INTERVAL_USECS = SIXTY_FPS_IN_MILLISECONDS * 1000.0 * 1;
|
||||
const int ANIMATE_VOXELS_INTERVAL_USECS = SIXTY_FPS_IN_MILLISECONDS * 1000.0; // converts from milliseconds to usecs
|
||||
|
||||
bool wantLocalDomain = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue