mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -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
|
|
@ -328,6 +328,9 @@ class plugin : Plugin() {
|
|||
}
|
||||
|
||||
fun updateGameImage() {
|
||||
if(this.parent == null) {
|
||||
println("Unparented.. skipping update.")
|
||||
}
|
||||
validateGameImage()
|
||||
if (IsHD()) {
|
||||
renderGlRaster()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue