mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-27 05:15:16 -06:00
Add scrollwheel zoom :)
This commit is contained in:
parent
71d479a399
commit
443187fb60
5 changed files with 27 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ public class Camera {
|
|||
public static boolean aBoolean205 = false;
|
||||
@OriginalMember(owner = "client!gk", name = "d", descriptor = "F")
|
||||
public static float aFloat10;
|
||||
public static int ZOOM = 600;
|
||||
|
||||
public static double mod(double a, double b) {
|
||||
return ((a % b) + b) % b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue