Fixed client frame offsets/padding (#557)

This commit is contained in:
Pazaz
2023-01-28 15:37:33 -05:00
committed by GitHub
parent 8e750096cd
commit afdf369104
3 changed files with 13 additions and 36 deletions
-3
View File
@@ -4813,9 +4813,6 @@ public class Game extends RSApplet {
Component getGameComponent() {
if (Signlink.mainapp != null) {
return Signlink.mainapp;
}
if (super.gameFrame != null) {
return super.gameFrame;
} else {
return this;
}