mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Renamed some static classes
This commit is contained in:
parent
37883b9f35
commit
ff0e890dcd
116 changed files with 1932 additions and 1973 deletions
|
|
@ -144,7 +144,7 @@ public class AudioChannel {
|
|||
if (stereo) {
|
||||
local1 = 512;
|
||||
}
|
||||
Static289.clear(arg0, 0, local1);
|
||||
ArrayUtils.clear(arg0, 0, local1);
|
||||
this.anInt4638 -= 256;
|
||||
if (this.stream != null && this.anInt4638 <= 0) {
|
||||
this.anInt4638 += sampleRate >> 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue