mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Bring max tile dist back down
This commit is contained in:
parent
6ae6b19e44
commit
311f9b1bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ public class GlobalConfig {
|
|||
|
||||
// default distance is 28
|
||||
public static int TILE_DISTANCE = 56;
|
||||
public static int VIEW_DISTANCE = TILE_DISTANCE * 256;
|
||||
public static int VIEW_DISTANCE = TILE_DISTANCE * 128;
|
||||
public static float VIEW_FADE_DISTANCE = ((float) TILE_DISTANCE / 28.0f) * 256.0f;
|
||||
|
||||
public static boolean USE_SHIFT_CLICK = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue