mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
oops
This commit is contained in:
parent
46b6903b93
commit
082d0964d2
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ Rectangle {
|
||||||
// Text
|
// Text
|
||||||
text:
|
text:
|
||||||
Account.isLoggedIn() ? ( HMD.mounted ? instructions + hmdMountedInstructions : instructions + hmdNotMountedInstructions)
|
Account.isLoggedIn() ? ( HMD.mounted ? instructions + hmdMountedInstructions : instructions + hmdNotMountedInstructions)
|
||||||
: ( HMD.mounted ? notLoggedInInstructions + instructions + hmdMountedInstructions : notLoggedInInstructions + instructions + hmdNotMountedInstructions
|
: ( HMD.mounted ? notLoggedInInstructions + instructions + hmdMountedInstructions : notLoggedInInstructions + instructions + hmdNotMountedInstructions)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue