diff --git a/Aquaria/Game.cpp b/Aquaria/Game.cpp index 00b18be..f4a105f 100644 --- a/Aquaria/Game.cpp +++ b/Aquaria/Game.cpp @@ -6843,6 +6843,7 @@ void Game::bindInput() dsq->user.control.actionSet.importAction(this, "PrimaryAction", ACTION_PRIMARY); + dsq->user.control.actionSet.importAction(this, "SecondaryAction", ACTION_SECONDARY); dsq->user.control.actionSet.importAction(this, "Escape", ACTION_ESC);