2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-28 15:45:46 +03:00

Fixed DEFAULT_RATE - wrong default value (Reversing thing mistake)

This commit is contained in:
s1lent 2019-08-11 03:24:10 +07:00
parent f3ae0987b9
commit 361185ffbc
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -109,7 +109,7 @@ const float MAX_RATE = 100000.0f;
const float MIN_RATE = 1000.0f;
// Default data rate
const float DEFAULT_RATE = 9999.0f;
const float DEFAULT_RATE = 30000.0f;
// NETWORKING INFO