mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 08:35:52 -04:00
Silly error Fixed in binding
This commit is contained in:
parent
bfcfcecab6
commit
60c9c31c7a
@ -186,7 +186,7 @@ namespace MWInput
|
|||||||
"Toggle console");
|
"Toggle console");
|
||||||
disp->funcs.bind(A_Activate, boost::bind(&InputImpl::activate, this),
|
disp->funcs.bind(A_Activate, boost::bind(&InputImpl::activate, this),
|
||||||
"Activate");
|
"Activate");
|
||||||
disp->funcs.bind(A_AutoMove, boost::bind(&InputImpl::toggleAUtoMove, this),
|
disp->funcs.bind(A_AutoMove, boost::bind(&InputImpl::toggleAutoMove, this),
|
||||||
"Auto Move");
|
"Auto Move");
|
||||||
|
|
||||||
// Add the exit listener
|
// Add the exit listener
|
||||||
|
Loading…
x
Reference in New Issue
Block a user