Sfoglia il codice sorgente

Fix issue #2092 (#2215)

pull/2218/head
ptarabbia 4 anni fa
committed by GitHub
parent
commit
86611e6459
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/external/jar_xm.h

+ 1
- 0
src/external/jar_xm.h Vedi File

@ -2253,6 +2253,7 @@ void jar_xm_reset(jar_xm_context_t* ctx) {
for (uint16_t i = 0; i < jar_xm_get_number_of_channels(ctx); i++) {
jar_xm_cut_note(&ctx->channels[i]);
}
ctx->generated_samples = 0;
ctx->current_row = 0;
ctx->current_table_index = 0;
ctx->current_tick = 0;

Caricamento…
Annulla
Salva