shadowartist201 / TKA-PC-Port

A Windows port of Techno Kitten Adventure.
https://shadowartist201.blogspot.com/
32 stars 3 forks source link

[All] Songs don't start immediately #18

Closed shadowartist201 closed 4 months ago

shadowartist201 commented 4 months ago

When entering a level, there are a couple seconds of delay before the songs start. This messes up the choreography. Unsure what's causing it.

shadowartist201 commented 4 months ago

Android 8eba3d2 doesn't seem to have this issue. Considering that the code from Main was copied over, and Main is still having this issue, I have no idea.

shadowartist201 commented 4 months ago

And now Main fe00631 isn't delayed. What's going on?

shadowartist201 commented 4 months ago

At least FNA ecfd9b40 is still delayed. Added a MediaPlayer.Stop() before each MediaPlayer.Play() and this fixed the issue. Resolved in 9b24c246

shadowartist201 commented 4 months ago

You need to clean your local repository. Then it'll work.