mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
short README edit
This commit is contained in:
parent
ab6c587b61
commit
46f505e560
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue