diff --git a/src/main.cpp b/src/main.cpp index 551bf46..33cac12 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -144,7 +144,7 @@ void gay_thread(audio::mixer& m, std::atomic_bool& should_gay_thread_stop){ int main(){ srand(time(NULL)); - audio::mixer mix(audio::mixer::mode::STEREO, 1); + audio::mixer mix(audio::mixer::mode::STEREO, 1, 44100); game_state gs = {}; manager.init(640, 480, "Tic-Tac-Gugh");