From dcf7b4fea6ecfde309ce278d7f90a956d78e4885 Mon Sep 17 00:00:00 2001 From: sprunk Date: Thu, 7 Nov 2024 04:02:12 +0100 Subject: [PATCH] Another attempt at #1756 --- rts/Lua/LuaUnsyncedCtrl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rts/Lua/LuaUnsyncedCtrl.cpp b/rts/Lua/LuaUnsyncedCtrl.cpp index fc95260a11..a9305eb277 100644 --- a/rts/Lua/LuaUnsyncedCtrl.cpp +++ b/rts/Lua/LuaUnsyncedCtrl.cpp @@ -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) @@ -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)