mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:02:58 +02:00
Fixed conflict.
This commit is contained in:
parent
1d1305a668
commit
391052d9c1
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ by rampa3 (https://github.com/rampa3) and vegaslon (https://github.com/vegaslon)
|
||||||
tempOff = false;
|
tempOff = false;
|
||||||
altMode = false
|
altMode = false
|
||||||
}
|
}
|
||||||
if (event.text === 'm') {
|
if (event.text.toLowerCase() === 'm') {
|
||||||
if (!keysOnOverlay) {
|
if (!keysOnOverlay) {
|
||||||
if (mouseLookEnabled) {
|
if (mouseLookEnabled) {
|
||||||
if (!Camera.getCaptureMouse()){
|
if (!Camera.getCaptureMouse()){
|
||||||
|
|
Loading…
Reference in a new issue