mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 18:40:21 -07:00
Refactored Rasterizer, renamed GlTextureProvider to TextureProvider
This commit is contained in:
parent
f65909dc06
commit
bed0932fc5
49 changed files with 3168 additions and 2885 deletions
|
|
@ -85,7 +85,7 @@ public final class Light {
|
|||
for (local87 = 0; local87 < this.aShortArray30.length; local87++) {
|
||||
this.aShortArray30[local87] = (short) arg0.g2();
|
||||
}
|
||||
this.anInt2247 = Rasteriser.anIntArray220[arg0.g2()];
|
||||
this.anInt2247 = Rasteriser.palette[arg0.g2()];
|
||||
local87 = arg0.g1();
|
||||
this.anInt2249 = (local87 & 0xE0) << 3;
|
||||
this.anInt2243 = local87 & 0x1F;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue