Renamed TextureOp classes

This commit is contained in:
Pazaz 2022-06-27 16:35:16 -04:00
parent 042bdca430
commit afa18fe8a7
65 changed files with 3054 additions and 3058 deletions

View file

@ -106,15 +106,15 @@ public final class Light {
@OriginalMember(owner = "client!qk", name = "a", descriptor = "(ZIIIIFII)[I")
public static int[] method3679(@OriginalArg(5) float arg0) {
@Pc(11) int[] local11 = new int[2048];
@Pc(15) TextureOp4 local15 = new TextureOp4();
@Pc(15) TextureOp34 local15 = new TextureOp34();
local15.anInt646 = 8;
local15.anInt642 = 4;
local15.anInt650 = 35;
local15.anInt641 = 8;
local15.anInt648 = (int) (arg0 * 4096.0F);
local15.aBoolean44 = true;
local15.method4630();
Static10.method348(1, 2048);
local15.postDecode();
Texture.setSize(1, 2048);
local15.method584(0, local11);
return local11;
}