mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -07:00
Consolidated MaterialManager class
This commit is contained in:
parent
49ccfc34ec
commit
46740027df
38 changed files with 157 additions and 159 deletions
|
|
@ -1,15 +1,3 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public final class Static21 {
|
||||
|
||||
@OriginalMember(owner = "client!bk", name = "a", descriptor = "(BI)V")
|
||||
public static void method619(@OriginalArg(1) int color) {
|
||||
WaterMaterialRenderer.aFloatArray2[0] = (float) (color >> 16 & 0xFF) / 255.0F;
|
||||
WaterMaterialRenderer.aFloatArray2[1] = (float) (color >> 8 & 0xFF) / 255.0F;
|
||||
WaterMaterialRenderer.aFloatArray2[2] = (float) (color & 0xFF) / 255.0F;
|
||||
Static128.method2481(3);
|
||||
Static128.method2481(4);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue