mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
Refactored some anim/area sound classes
This commit is contained in:
parent
dbca509eb5
commit
fd3572f709
108 changed files with 1063 additions and 1078 deletions
|
|
@ -35,7 +35,7 @@ public final class SignLinkAudioChannel extends AudioChannel {
|
|||
@OriginalMember(owner = "client!hl", name = "a", descriptor = "(Ljava/awt/Component;)V")
|
||||
@Override
|
||||
public final void init(@OriginalArg(0) Component component) throws Exception {
|
||||
audioSource.init(Static44.sampleRate, component, AudioChannel.stereo);
|
||||
audioSource.init(AudioChannel.sampleRate, component, AudioChannel.stereo);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!hl", name = "b", descriptor = "()V")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue