mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-21 09:02:09 -07:00
Rename Class27_Sub1 to ImageProducerFrameBuffer
This commit is contained in:
parent
f80cb90259
commit
9fb8737411
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!di")
|
@OriginalClass("client!di")
|
||||||
public final class Class27_Sub1 extends FrameBuffer implements ImageProducer, ImageObserver {
|
public final class ImageProducerFrameBuffer extends FrameBuffer implements ImageProducer, ImageObserver {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!di", name = "A", descriptor = "Ljava/awt/image/ImageConsumer;")
|
@OriginalMember(owner = "client!di", name = "A", descriptor = "Ljava/awt/image/ImageConsumer;")
|
||||||
private ImageConsumer anImageConsumer1;
|
private ImageConsumer anImageConsumer1;
|
||||||
|
|
@ -152,7 +152,7 @@ public final class Static131 {
|
||||||
local16.method4192(arg0, arg1, arg2);
|
local16.method4192(arg0, arg1, arg2);
|
||||||
return local16;
|
return local16;
|
||||||
} catch (@Pc(25) Throwable local25) {
|
} catch (@Pc(25) Throwable local25) {
|
||||||
@Pc(29) Class27_Sub1 local29 = new Class27_Sub1();
|
@Pc(29) ImageProducerFrameBuffer local29 = new ImageProducerFrameBuffer();
|
||||||
local29.method4192(arg0, arg1, arg2);
|
local29.method4192(arg0, arg1, arg2);
|
||||||
return local29;
|
return local29;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue