mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-02 07:35:08 +02:00
proper fluid flow
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
// Max render distance, determines how many chunks to send
|
||||
#define VIEW_DISTANCE 2
|
||||
|
||||
// Time between server ticks in microseconds (default = 1s)
|
||||
#define TIME_BETWEEN_TICKS 1000000
|
||||
// Time between server ticks in microseconds (default = 0.05s)
|
||||
#define TIME_BETWEEN_TICKS 50000
|
||||
|
||||
// Calculated from TIME_BETWEEN_TICKS
|
||||
#define TICKS_PER_SECOND ((float)1000000 / TIME_BETWEEN_TICKS)
|
||||
|
Reference in New Issue
Block a user