Fix Lua namespace -- correctly close Tempo.Type
This commit is contained in:
parent
60e522f4ee
commit
d3fe3ab866
@ -2086,6 +2086,7 @@ LuaBindings::common (lua_State* L)
|
||||
.addConst ("Ramp", Temporal::Tempo::Type(Tempo::Ramped))
|
||||
.addConst ("Constant", Temporal::Tempo::Type(Tempo::Constant))
|
||||
.endNamespace ()
|
||||
.endNamespace ()
|
||||
|
||||
.endNamespace () /* end of Temporal namespace */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user