mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 20:16:01 +02:00
Turn on KHR_no_error for the quest frame player
This commit is contained in:
parent
b515a0cceb
commit
de1513a6dd
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue