don't hang if somehow setting display plugin to the current one

This commit is contained in:
Seth Alves 2019-06-07 10:31:48 -07:00
parent 1e827a925a
commit 54906a270e

View file

@ -170,9 +170,9 @@ public:
glFinish();
}
currentPlugin = newPlugin;
_newPluginQueue.pop();
_condition.notify_one();
}
_newPluginQueue.pop();
_condition.notify_one();
}
}