mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 10:30:22 -07:00
Rename Interface1 to GlTextureProvider
This commit is contained in:
parent
5101a636cc
commit
f967bafa4d
6 changed files with 12 additions and 12 deletions
|
|
@ -8,7 +8,7 @@ public final class Static94 {
|
|||
public static int anInt2469;
|
||||
|
||||
@OriginalMember(owner = "client!hf", name = "e", descriptor = "Lclient!m;")
|
||||
public static Interface1 anInterface1_2;
|
||||
public static GlTextureProvider anInterface1_2;
|
||||
|
||||
@OriginalMember(owner = "client!hf", name = "k", descriptor = "I")
|
||||
private static int anInt2470;
|
||||
|
|
@ -1205,7 +1205,7 @@ public final class Static94 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!hf", name = "a", descriptor = "(Lclient!m;)V")
|
||||
public static void method1914(@OriginalArg(0) Interface1 arg0) {
|
||||
public static void method1914(@OriginalArg(0) GlTextureProvider arg0) {
|
||||
anInterface1_2 = arg0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue