mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
By avoiding double rounding, we get more accurate time on client when timebase gets rounded down and target time gets rounded up: ``` >>> round(123.1) - round(124.51) -2 >>> round(123.1 - 124.51) -1 ```
52 KiB
52 KiB