mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-draw-dist' into 'master'
Fix max draw dist limit so high that it overflows See merge request KartKrew/Kart!2299
This commit is contained in:
commit
8247f7cd2d
1 changed files with 2 additions and 2 deletions
|
|
@ -341,8 +341,8 @@ consvar_t cv_drawdist = Player("drawdist", "Normal").values({
|
|||
{8192, "Normal"},
|
||||
{12288, "Far"},
|
||||
{16384, "Farther"},
|
||||
{24576, "Extreme"},
|
||||
{32768, "Penultimate"},
|
||||
{20480, "Extreme"},
|
||||
{24576, "Penultimate"},
|
||||
{0, "Infinite"},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue