3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-29 23:23:11 +02:00
This commit is contained in:
Armored-Dragon 2023-09-13 16:41:41 -05:00
parent 9d6f08b908
commit 5ee97c8ceb

View file

@ -41,7 +41,7 @@ by rampa3 (https://github.com/rampa3) and vegaslon (https://github.com/vegaslon)
function onKeyPressEvent(event) {
if (!hmd){
if (event.text === 'm') {
if (event.text.toLowerCase() === 'm') {
if (!keysOnOverlay) {
if (mouseLookEnabled) {
if (!Camera.getCaptureMouse()){