CR feedback

This commit is contained in:
ZappoMan 2013-05-17 13:55:26 -07:00
parent 2edc46ca5f
commit 726a67c6c8

View file

@ -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;