Turn on KHR_no_error for the quest frame player

This commit is contained in:
Brad Davis 2019-03-06 13:22:48 -08:00
parent b515a0cceb
commit de1513a6dd

View file

@ -117,7 +117,8 @@ void RenderThread::setup() {
{ std::unique_lock<std::mutex> lock(_frameLock); }
ovr::VrHandler::initVr();
ovr::VrHandler::setHandler(this);
// Enable KHR_no_error for this context
ovr::VrHandler::setHandler(this, true);
makeCurrent();