Skip to content

Commit 458b2e0

Browse files
author
Pavel Kovalenko
committed
Revert 6230526 (script binding problem found).
1 parent 43536dc commit 458b2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/_vector3d.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct _vector3 {
8282
}
8383

8484
// Clamp vector3
85-
IC SelfRef clamp(const Self &min, const Self& max)
85+
IC SelfRef clamp(const Self &min, const Self max)
8686
{
8787
::clamp(x,min.x,max.x);
8888
::clamp(y,min.y,max.y);

0 commit comments

Comments
 (0)