More renaming

This commit is contained in:
Woah 2021-03-31 22:58:50 -04:00
parent 243a25b5e0
commit 4ca254c946
59 changed files with 1646 additions and 1642 deletions

View file

@ -61,23 +61,6 @@ final class TextureOperation24 extends TextureOperation {
}
}
static void method225(RSInterface iface) {
RSInterface var2 = Class168.method2273(iface);
int windowWidth;
int windowHeight;
if (var2 == null) {
windowHeight = Class140_Sub7.canvasHeight;
windowWidth = Class23.canvasWidth;
} else {
windowHeight = var2.height;
windowWidth = var2.width;
}
Unsorted.calculateInterfaceSize(iface, windowWidth, windowHeight, false);
Unsorted.calculateInterfacePosition(iface, windowWidth, windowHeight);
}
static void method226(int var0) {
try {
if (var0 != -1) {