Remove a stray unicode char from library_openal.js (#6616)
This commit is contained in:
Родитель
41a42a242a
Коммит
877e717c5e
|
@ -1628,7 +1628,7 @@ var LibraryOpenAL = {
|
|||
|| (navigator.mediaDevices
|
||||
&& navigator.mediaDevices.getUserMedia);
|
||||
|
||||
if (!has_getUserMedia) {
|
||||
if (!has_getUserMedia) {
|
||||
#if OPENAL_DEBUG
|
||||
console.error('alcCaptureOpenDevice() cannot capture audio, because your browser lacks a `getUserMedia()` implementation');
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче