mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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;
|
||||
std::call_once(once, [&] {
|
||||
bool first = true;
|
||||
|
||||
// first sort the plugins into groupings: standard, advanced, developer
|
||||
DisplayPluginList standard;
|
||||
DisplayPluginList advanced;
|
||||
|
|
Loading…
Reference in a new issue