We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43536dc commit 458b2e0Copy full SHA for 458b2e0
src/xrCore/_vector3d.h
@@ -82,7 +82,7 @@ struct _vector3 {
82
}
83
84
// Clamp vector3
85
- IC SelfRef clamp(const Self &min, const Self& max)
+ IC SelfRef clamp(const Self &min, const Self max)
86
{
87
::clamp(x,min.x,max.x);
88
::clamp(y,min.y,max.y);
0 commit comments