Fix moans being pitch shifted

This commit is contained in:
rexy712 2020-08-29 13:07:41 -07:00
parent 7026363400
commit 4ba48e832d

View File

@ -144,7 +144,7 @@ void gay_thread(audio::mixer& m, std::atomic_bool& should_gay_thread_stop){
int main(){ int main(){
srand(time(NULL)); srand(time(NULL));
audio::mixer mix(audio::mixer::mode::STEREO, 1); audio::mixer mix(audio::mixer::mode::STEREO, 1, 44100);
game_state gs = {}; game_state gs = {};
manager.init(640, 480, "Tic-Tac-Gugh"); manager.init(640, 480, "Tic-Tac-Gugh");