mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Removing debug from client + add print for unparented altcanvas
This commit is contained in:
parent
e7f46f1006
commit
8180e20281
2 changed files with 3 additions and 1 deletions
|
|
@ -182,7 +182,6 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
||||||
|
|
||||||
@OriginalMember(owner = "client!qh", name = "a", descriptor = "(Z)V")
|
@OriginalMember(owner = "client!qh", name = "a", descriptor = "(Z)V")
|
||||||
public static void method3662() {
|
public static void method3662() {
|
||||||
System.out.println("Moving...");
|
|
||||||
@Pc(8) Container local8;
|
@Pc(8) Container local8;
|
||||||
if (fullScreenFrame != null) {
|
if (fullScreenFrame != null) {
|
||||||
local8 = fullScreenFrame;
|
local8 = fullScreenFrame;
|
||||||
|
|
|
||||||
|
|
@ -328,6 +328,9 @@ class plugin : Plugin() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fun updateGameImage() {
|
fun updateGameImage() {
|
||||||
|
if(this.parent == null) {
|
||||||
|
println("Unparented.. skipping update.")
|
||||||
|
}
|
||||||
validateGameImage()
|
validateGameImage()
|
||||||
if (IsHD()) {
|
if (IsHD()) {
|
||||||
renderGlRaster()
|
renderGlRaster()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue