Fix scroll annotations

This commit is contained in:
Mozok Evgen
2024-08-24 21:22:34 +03:00
parent 32aa760386
commit 2cef65ed40
2 changed files with 6 additions and 6 deletions

View File

@@ -325,7 +325,7 @@ end
-- It will change content gui node size
-- @tparam Scroll self @{Scroll}
-- @tparam vector3 size The new size for content node
-- @tparam vector3 offset Offset value to set, where content is starts
-- @tparam[opt] vector3 offset Offset value to set, where content is starts
-- @treturn druid.scroll Current scroll instance
function Scroll.set_size(self, size, offset)
if offset then