shadowartist201 / TKA-PC-Port

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

Permanent rainbow bug after playing Nyan Pack #11

Closed mredgyskele closed 6 months ago

mredgyskele commented 9 months ago

Was messing around with the new 0.2 beta, playing the Nyan Pack, of course had the rainbow effect. Only after switching levels, the rainbow effect is permanently on screen for other levels until a restart. rainboweffectbug

shadowartist201 commented 9 months ago

I suspect this is an issue with the rainbow overlay not being reset in Game1.ResetChoreography(). Instead, it relies on being turned off at the correct points in Game1.UpdateChoreographyNyan(), which aren't hit if you switch levels mid-song.

shadowartist201 commented 6 months ago

Fixed in d04b8e11