Fix a compiler error with Emscripten.

This commit is contained in:
David Reid
2018-12-28 22:03:32 +10:00
parent bd557bbf33
commit a102ae0764
+1 -1
View File
@@ -18817,7 +18817,7 @@ mal_result mal_context_get_device_info__webaudio(mal_context* pContext, mal_devi
var sampleRate = temp.sampleRate;
temp.close();
return sampleRate;
} catch {
} catch(e) {
return 0;
}
});