simon-kyger
Results
1
issues of
simon-kyger
In your loop you have this line: if (Date.now() - previousTick < tickLengthMs - 16) { What is the hardcoded 16 for? I'm trying really hard to understand the serverside...