Kade-github / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
407 stars 603 forks source link

Fixing pause glitch. #2935

Open NooblePrime opened 2 years ago

NooblePrime commented 2 years ago

I was making my own mod and noticed a glitch that caused the vocals to keep playing while the game is paused. I got a little annoyed with it and tried making a fix. After around two hours of clicking and typing aimlessly, I found a stupidly simple solution that worked for me. Afterwards, I decided to post it here so that others can have this glitch patched too. The change I've made is on lines 1877 to 1887. At first, it looks like it would accomplish literally nothing, but it worked great for me. Just test it out or something.