mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:13:27 +02:00
Prevent deadlock when rapidly switching between openvr and desktop mode
This commit is contained in:
parent
aecf71a0d0
commit
3158439cba
2 changed files with 1 additions and 2 deletions
libraries
|
@ -124,7 +124,6 @@ void HmdDisplayPlugin::uncustomizeContext() {
|
|||
batch.setFramebuffer(_compositeFramebuffer);
|
||||
batch.clearColorFramebuffer(gpu::Framebuffer::BUFFER_COLOR0, vec4(0));
|
||||
});
|
||||
internalPresent();
|
||||
_overlayRenderer = OverlayRenderer();
|
||||
Parent::uncustomizeContext();
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ private:
|
|||
|
||||
QString _targetName;
|
||||
bool _shouldOutputProcessID { false };
|
||||
bool _shouldOutputThreadID { false };
|
||||
bool _shouldOutputThreadID { true };
|
||||
bool _shouldDisplayMilliseconds { false };
|
||||
QSet<QString> _repeatedMessageRegexes;
|
||||
QHash<QString, int> _repeatMessageCountHash;
|
||||
|
|
Loading…
Reference in a new issue