Fix Lua namespace -- correctly close Tempo.Type

This commit is contained in:
Robin Gareus
2021-11-28 21:09:05 +01:00
parent 60e522f4ee
commit d3fe3ab866

View File

@@ -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 */