Fix moans being pitch shifted
This commit is contained in:
parent
7026363400
commit
4ba48e832d
@ -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");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user