mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
FIXED streched mode
This commit is contained in:
parent
fce9b4eea7
commit
668345b81e
5 changed files with 191 additions and 8 deletions
|
|
@ -12,7 +12,7 @@ import java.awt.*;
|
|||
public abstract class FrameBuffer {
|
||||
|
||||
@OriginalMember(owner = "client!vk", name = "e", descriptor = "[I")
|
||||
protected int[] pixels;
|
||||
public int[] pixels;
|
||||
|
||||
@OriginalMember(owner = "client!vk", name = "g", descriptor = "Ljava/awt/Image;")
|
||||
protected Image image;
|
||||
|
|
|
|||
|
|
@ -921,6 +921,7 @@ public final class client extends GameShell {
|
|||
Preferences.safeMode = false;
|
||||
Preferences.write(GameShell.signLink);
|
||||
}
|
||||
PluginRepository.LateDraw();
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!client", name = "c", descriptor = "(B)V")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue