Skip to content

Commit 9bef2c2

Browse files
author
Pavel Kovalenko
committed
Update lua_help (vector::clamp signature changed).
1 parent e1cca82 commit 9bef2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/gamedata/scripts/lua_help.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ C++ class vector {
213213
function mad(const vector&, const vector&, const vector&);
214214

215215
function clamp(const vector&);
216-
function clamp(const vector&, vector);
216+
function clamp(const vector&, const vector&);
217217

218218
function inertion(const vector&, number);
219219

0 commit comments

Comments
 (0)