Skip to content

Commit

Permalink
Fix "MAX_SAMPLES" meaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfan2 committed Sep 16, 2024
1 parent 922bba8 commit ef81cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/client/sound/OggAudioStream.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CLASS net/minecraft/unmapped/C_osybdcpo net/minecraft/client/sound/OggAudioStream
FIELD f_bnzdhjzq EXPECTED_MAX_FRAME_SIZE I
FIELD f_ctqdwixq MAX_SAMPLES J
FIELD f_ctqdwixq totalSamplesInStream J
FIELD f_dgqtinlj state Lcom/jcraft/jogg/StreamState;
FIELD f_djhpehah soundProcessor Lcom/jcraft/jorbis/DspState;
FIELD f_ejavwrtw inputStream Ljava/io/InputStream;
Expand Down Expand Up @@ -40,4 +40,4 @@ CLASS net/minecraft/unmapped/C_osybdcpo net/minecraft/client/sound/OggAudioStrea
ARG 0 state
METHOD m_sszxrscr isFinished ()Z
METHOD m_vdfmjcwj getPacket (Lcom/jcraft/jogg/Page;)Lcom/jcraft/jogg/Packet;
ARG 1 page
ARG 1 page

0 comments on commit ef81cde

Please sign in to comment.