mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +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:
|
||||
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