Fix tangible.build

This commit is contained in:
2021-11-23 14:22:12 -05:00
parent 286c4bc1f1
commit b5a66a6000
3 changed files with 12 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ public:
// qback: the animation queue back, from which relative
// moves are computed.
//
void from_lua(lua_State *L, int idx, const AnimStep &qback);
void from_lua(lua_State *L, int idx, bool ignex, const AnimStep &qback);
// Make this step into a first-step of an anim queue.
void keep_state_only();