mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:08:51 +02:00
Revert "Remove unused 'first' variable"
This reverts commit 26e0d02d60
.
This commit is contained in:
parent
3ad9c1a797
commit
0dac2c999e
1 changed files with 2 additions and 0 deletions
|
@ -5661,6 +5661,8 @@ void Application::updateDisplayMode() {
|
||||||
|
|
||||||
static std::once_flag once;
|
static std::once_flag once;
|
||||||
std::call_once(once, [&] {
|
std::call_once(once, [&] {
|
||||||
|
bool first = true;
|
||||||
|
|
||||||
// first sort the plugins into groupings: standard, advanced, developer
|
// first sort the plugins into groupings: standard, advanced, developer
|
||||||
DisplayPluginList standard;
|
DisplayPluginList standard;
|
||||||
DisplayPluginList advanced;
|
DisplayPluginList advanced;
|
||||||
|
|
Loading…
Reference in a new issue