short README edit

This commit is contained in:
Struma 2023-05-08 22:47:52 -04:00
parent ab6c587b61
commit 46f505e560
2 changed files with 5 additions and 2 deletions

View file

@ -8,6 +8,8 @@
<a href="https://github.com/mkxp-z/mkxp-z/wiki">Documentation</a>
</b></p>
Automated builds are retained for 60 days and require logging in to access.
I'm usually *very* slow with responding to things on Github, so if you have something you want to say and you want a faster response, you're probably better off asking in [Ancurio's Discord server](https://discord.gg/b2qg8QbV). I don't have my own.
The place is basically a ghost town haunted by myself and a few others, so expect me to say something if no one else does.

View file

@ -415,8 +415,9 @@ float Audio::bgsPos()
void Audio::reset()
{
for (auto track : p->bgmTracks)
track->stop();
for (auto track : p->bgmTracks) {
track->stop();
}
p->bgs.stop();
p->me.stop();