mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
mispelled slot
This commit is contained in:
parent
f91c098589
commit
ecae89489e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ Menu::Menu() :
|
|||
addDisabledActionAndSeparator(editMenu, "Physics");
|
||||
QObject* avatar = appInstance->getAvatar();
|
||||
addCheckableActionToQMenuAndActionHash(editMenu, MenuOption::ObeyGravity, Qt::SHIFT | Qt::Key_G, true,
|
||||
avatar, SLOT(updateMotionBehaviorFlags()));
|
||||
avatar, SLOT(updateMotionBehaviors()));
|
||||
|
||||
|
||||
addAvatarCollisionSubMenu(editMenu);
|
||||
|
|
Loading…
Reference in a new issue