Minor update again.

This commit is contained in:
genxium
2023-02-01 22:55:27 +08:00
parent 5cfcac6cf6
commit c75f642011
6 changed files with 7 additions and 7 deletions

View File

@@ -817,7 +817,7 @@ func (pR *Room) OnDismissed() {
pR.RenderFrameId = 0
pR.CurDynamicsRenderFrameId = 0
pR.NstDelayFrames = 16
pR.NstDelayFrames = 24
serverFps := 60
pR.RollbackEstimatedDtMillis = 16.667 // Use fixed-and-low-precision to mitigate the inconsistent floating-point-number issue between Golang and JavaScript