Skip to content

Commit

Permalink
add sim.TOOL_MIX, fixes #414
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed May 10, 2017
1 parent b0f3b2a commit ec41709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lua/LuaScriptInterface.cpp
Expand Up @@ -772,6 +772,7 @@ void LuaScriptInterface::initSimulationAPI()
SETCONST(l, TOOL_AIR);
SETCONST(l, TOOL_PGRV);
SETCONST(l, TOOL_NGRV);
SETCONST(l, TOOL_MIX);
lua_pushinteger(l, luacon_sim->tools.size()); lua_setfield(l, -2, "TOOL_WIND");
SETCONST(l, DECO_DRAW);
SETCONST(l, DECO_CLEAR);
Expand Down

0 comments on commit ec41709

Please sign in to comment.