SL-14456 FIXED Stop Moving action does not work in the custom key mappings viewer
parent
65d661bc67
commit
99daebb1de
|
|
@ -609,7 +609,8 @@ bool edit_avatar_move_backward( EKeystate s )
|
|||
|
||||
bool stop_moving( EKeystate s )
|
||||
{
|
||||
if( KEYSTATE_DOWN != s ) return true;
|
||||
//it's supposed that 'stop moving' key will be held down for some time
|
||||
if( KEYSTATE_UP == s ) return true;
|
||||
// stop agent
|
||||
gAgent.setControlFlags(AGENT_CONTROL_STOP);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue