forked from 2009Scape/Server
More renaming
This commit is contained in:
parent
243a25b5e0
commit
4ca254c946
59 changed files with 1646 additions and 1642 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue