mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-10 03:46:28 +00:00
Fix jar_xm_reset
This commit is contained in:
2
src/external/jar_xm.h
vendored
2
src/external/jar_xm.h
vendored
@@ -2670,7 +2670,7 @@ void jar_xm_reset(jar_xm_context_t* ctx)
|
|||||||
jar_xm_cut_note(&ctx->channels[i]);
|
jar_xm_cut_note(&ctx->channels[i]);
|
||||||
}
|
}
|
||||||
ctx->current_row = 0;
|
ctx->current_row = 0;
|
||||||
ctx->current_table_index = 1;
|
ctx->current_table_index = ctx->module.restart_position;
|
||||||
ctx->current_tick = 0;
|
ctx->current_tick = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user