mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00: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…
Reference in New Issue
Block a user