mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
SD bilinear map filtering
This commit is contained in:
parent
5a0caa53ee
commit
55bd780df9
15 changed files with 337 additions and 291 deletions
|
|
@ -34,8 +34,8 @@ public class TextureOpSprite extends TextureOp {
|
|||
} else {
|
||||
@Pc(43) SoftwareSprite local43 = Static215.anInt4868 < 0 ? Static164.method3117(Static176.aClass153_76, this.anInt3235) : SpriteLoader.loadSoftwareSprite(this.anInt3235, Static176.aClass153_76, Static215.anInt4868);
|
||||
local43.trim();
|
||||
this.anInt3240 = local43.anInt1859;
|
||||
this.anInt3239 = local43.anInt1867;
|
||||
this.anInt3240 = local43.height;
|
||||
this.anInt3239 = local43.width;
|
||||
this.anIntArray305 = local43.pixels;
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue