forked from 2009Scape/Server
Renamed texture operations
Started separating out draw calls
This commit is contained in:
parent
9a3d79abf0
commit
c1efb2a344
227 changed files with 5048 additions and 5118 deletions
|
|
@ -0,0 +1,22 @@
|
|||
package org.runite.client;
|
||||
|
||||
import org.rs09.client.data.ReferenceCache;
|
||||
|
||||
final class TextureOperation2 extends TextureOperation {
|
||||
|
||||
static ReferenceCache aReferenceCache_3369 = new ReferenceCache(64);
|
||||
static AbstractSprite[] aAbstractSpriteArray3373;
|
||||
|
||||
final int[] method154(int var1, byte var2) {
|
||||
try {
|
||||
return Class102.anIntArray2125;
|
||||
} catch (RuntimeException var4) {
|
||||
throw ClientErrorException.clientError(var4, "rl.D(" + var1 + ',' + var2 + ')');
|
||||
}
|
||||
}
|
||||
|
||||
public TextureOperation2() {
|
||||
super(0, true);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue