mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 10:09:46 +02:00
Missed a Capital letter in a function name
This commit is contained in:
parent
8089653784
commit
31dcbf532f
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ function shutdown() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (secondLaunchWindow) {
|
if (secondLaunchWindow) {
|
||||||
closesecondLaunchWindow();
|
closeSecondLaunchWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
maybeDeleteInputDeviceMutedOverlay();
|
maybeDeleteInputDeviceMutedOverlay();
|
||||||
|
|
Loading…
Reference in a new issue