Removing debug from client + add print for unparented altcanvas

This commit is contained in:
downthecrop 2024-10-26 22:33:54 -07:00
parent e7f46f1006
commit 8180e20281
2 changed files with 3 additions and 1 deletions

View file

@ -182,7 +182,6 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
@OriginalMember(owner = "client!qh", name = "a", descriptor = "(Z)V")
public static void method3662() {
System.out.println("Moving...");
@Pc(8) Container local8;
if (fullScreenFrame != null) {
local8 = fullScreenFrame;

View file

@ -328,6 +328,9 @@ class plugin : Plugin() {
}
fun updateGameImage() {
if(this.parent == null) {
println("Unparented.. skipping update.")
}
validateGameImage()
if (IsHD()) {
renderGlRaster()