зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1235740 - Remove warning for missing Oculus VR Library from terminal output, as it is spammy and not necessary r=dholbert
--HG-- extra : rebase_source : 751b010bda82f69c3e700fc0ed2a25bd375ccdc7
This commit is contained in:
Родитель
e61c0771e3
Коммит
5b989f37cb
|
@ -149,7 +149,6 @@ InitializeOculusCAPI()
|
|||
}
|
||||
|
||||
if (!ovrlib) {
|
||||
printf_stderr("Failed to load Oculus VR library!\n");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -153,7 +153,6 @@ InitializeOculusCAPI()
|
|||
}
|
||||
|
||||
if (!ovrlib) {
|
||||
printf_stderr("Failed to load Oculus VR library!\n");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче