aboutsummaryrefslogtreecommitdiff
path: root/courtroom.cpp
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-12-13 11:38:21 +0100
committerCerapter <cerap@protonmail.com>2018-12-13 11:38:21 +0100
commit1c6afdce99811525bd703a526041691070b03274 (patch)
treeb587d7c4a1b2529df3544e95bfcfed677653083f /courtroom.cpp
parent171196885d88360c8c06def67ae398c8187dfd89 (diff)
Fixed a bug where there would be no sound on Windows during the first start.
Diffstat (limited to 'courtroom.cpp')
-rw-r--r--courtroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index 7a9d3c55..f0bdcce2 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -9,7 +9,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
int a = 0;
BASS_DEVICEINFO info;
- if (ao_app->get_audio_output_device() == "Default")
+ if (ao_app->get_audio_output_device() == "default")
{
BASS_Init(-1, 48000, BASS_DEVICE_LATENCY, nullptr, nullptr);
load_bass_opus_plugin();