Skip to content

Commit

Permalink
Another attempt at #1756
Browse files Browse the repository at this point in the history
  • Loading branch information
sprunk authored and lhog committed Nov 8, 2024
1 parent db041e1 commit dcf7b4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rts/Lua/LuaUnsyncedCtrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1310,8 +1310,8 @@ int LuaUnsyncedCtrl::SetDollyCameraPosition(lua_State* L)
*
* @function Spring.SetDollyCameraCurve
* @number degree
* @table cpoints
* @table knots
* @tparam table cpoints
* @tparam table knots
* @treturn nil
*/
int LuaUnsyncedCtrl::SetDollyCameraCurve(lua_State* L)
Expand Down Expand Up @@ -1364,8 +1364,8 @@ int LuaUnsyncedCtrl::SetDollyCameraRelativeMode(lua_State* L)
*
* @function Spring.SetDollyCameraLookCurve
* @number degree
* @table cpoints
* @table knots
* @tparam table cpoints
* @tparam table knots
* @treturn nil
*/
int LuaUnsyncedCtrl::SetDollyCameraLookCurve(lua_State* L)
Expand Down

0 comments on commit dcf7b4f

Please sign in to comment.