mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 10:48:04 +00:00
don't try to play inHighQual
This commit is contained in:
@@ -46,6 +46,7 @@ vector<sample> to_play;
|
||||
|
||||
void myAudio(void *userdata, Uint8* stream, int len) {
|
||||
if(isize(to_play) < current_sample + len) return;
|
||||
if(inHighQual) return;
|
||||
sample* samples = (sample*) stream;
|
||||
len /= sizeof(sample);
|
||||
|
||||
|
Reference in New Issue
Block a user