mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Silly error Fixed in binding
This commit is contained in:
parent
bfcfcecab6
commit
60c9c31c7a
@ -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…
x
Reference in New Issue
Block a user