mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:17:24 +02:00
Merge pull request #15704 from sethalves/bugz-566
case BUGZ-566: don't hang if somehow setting display plugin to the current one
This commit is contained in:
commit
1994e08689
1 changed files with 2 additions and 2 deletions
|
@ -170,9 +170,9 @@ public:
|
||||||
glFinish();
|
glFinish();
|
||||||
}
|
}
|
||||||
currentPlugin = newPlugin;
|
currentPlugin = newPlugin;
|
||||||
_newPluginQueue.pop();
|
|
||||||
_condition.notify_one();
|
|
||||||
}
|
}
|
||||||
|
_newPluginQueue.pop();
|
||||||
|
_condition.notify_one();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue