mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-28 05:45:10 -06:00
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
|
|
@ -177,7 +177,7 @@ final class ISAACCipher {
|
|||
this.anInt972 ^= this.anInt972 >>> 6;
|
||||
}
|
||||
|
||||
this.anInt972 += this.anIntArray971[128 + var2 & 255];
|
||||
this.anInt972 += this.anIntArray971[128 + var2 & 0xFF];
|
||||
int var4;
|
||||
this.anIntArray971[var2] = var4 = this.anInt967 + this.anInt972 + this.anIntArray971[Unsorted.bitwiseAnd(var3, 1020) >> 2];
|
||||
this.anIntArray970[var2] = this.anInt967 = var3 + this.anIntArray971[Unsorted.bitwiseAnd(261347, var4) >> 8 >> 2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue