Fix default mouse_button value

develop
Robob27 2023-02-02 00:33:59 -05:00
parent 4a0d542b5e
commit 2cb9830404
1 changed files with 1 additions and 1 deletions

@ -507,7 +507,7 @@ public:
else
return false;
};
bool intercept_key (std::string mouse_button = "left")
bool intercept_key (std::string mouse_button = "MOUSE_LEFT")
{
CONF_LUA_START;
push(mouse_button);