mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30:19 -07:00
Doubled view distance
This commit is contained in:
parent
83a07e779e
commit
fec94fe629
8 changed files with 38 additions and 34 deletions
|
|
@ -934,7 +934,7 @@ public final class GlModel extends Model {
|
|||
return;
|
||||
}
|
||||
@Pc(70) int local70 = local41 + (-local13 * arg2 + local17 * arg1 >> 16);
|
||||
if (local70 >= 3584) {
|
||||
if (local70 >= GlobalConfig.VIEW_DISTANCE) {
|
||||
return;
|
||||
}
|
||||
@Pc(84) int local84 = arg7 * arg3 + arg5 * arg4 >> 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue