mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Merge pull request #2840 from nivardus/menu-go-to-orientation
Menu.cpp Typo: goToOrientation calling goToDestination.
This commit is contained in:
commit
d124c0319d
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ void Menu::goToDomainDialog() {
|
|||
}
|
||||
|
||||
void Menu::goToOrientation(QString orientation) {
|
||||
LocationManager::getInstance().goToDestination(orientation);
|
||||
LocationManager::getInstance().goToOrientation(orientation);
|
||||
}
|
||||
|
||||
bool Menu::goToDestination(QString destination) {
|
||||
|
|
Loading…
Reference in a new issue