forked from mirror/openmw-tes3mp
Silly error Fixed in binding
This commit is contained in:
parent
bfcfcecab6
commit
60c9c31c7a
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ namespace MWInput
|
|||
"Toggle console");
|
||||
disp->funcs.bind(A_Activate, boost::bind(&InputImpl::activate, this),
|
||||
"Activate");
|
||||
disp->funcs.bind(A_AutoMove, boost::bind(&InputImpl::toggleAUtoMove, this),
|
||||
disp->funcs.bind(A_AutoMove, boost::bind(&InputImpl::toggleAutoMove, this),
|
||||
"Auto Move");
|
||||
|
||||
// Add the exit listener
|
||||
|
|
Loading…
Reference in a new issue