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

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