diff options
| author | ptarabbia <[email protected]> | 2021-12-16 10:27:31 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-16 16:27:31 +0100 |
| commit | 86611e6459bd7ec3109d2414cefc30b47c602941 (patch) | |
| tree | 5e930ab1130e7eaef73a672d80ee4356630c1d26 /src | |
| parent | 55d310fcc3aa0d6212c2a24518349a6d45459feb (diff) | |
| download | raylib-86611e6459bd7ec3109d2414cefc30b47c602941.tar.gz raylib-86611e6459bd7ec3109d2414cefc30b47c602941.zip | |
Fix issue #2092 (#2215)
Diffstat (limited to 'src')
| -rw-r--r-- | src/external/jar_xm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/external/jar_xm.h b/src/external/jar_xm.h index 82170f54..46969742 100644 --- a/src/external/jar_xm.h +++ b/src/external/jar_xm.h @@ -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; |
