runescape-client: fix the thing

This commit is contained in:
ThatGamerBlue
2020-12-11 06:14:29 +00:00
parent f74baf08ce
commit 463bc42f5f
325 changed files with 35526 additions and 35531 deletions

View File

@@ -24,7 +24,7 @@ public abstract class AbstractRasterProvider {
public int height;
protected AbstractRasterProvider() {
}
} // L: 8
@ObfuscatedName("v")
@ObfuscatedSignature(
@@ -49,6 +49,6 @@ public abstract class AbstractRasterProvider {
)
@Export("apply")
public final void apply() {
Rasterizer2D.Rasterizer2D_replace(this.pixels, this.width, this.height);
}
Rasterizer2D.Rasterizer2D_replace(this.pixels, this.width, this.height); // L: 11
} // L: 12
}