mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fixes typo min -> max Fixes #615
This commit is contained in:
@@ -179,7 +179,7 @@ follows:
|
||||
+-----------------------------------------------------------------------+---------------------------------------------+
|
||||
| vec\_type *min* ( vec\_type,vec\_type ) | Minimum |
|
||||
+-----------------------------------------------------------------------+---------------------------------------------+
|
||||
| vec\_type *min* ( vec\_type,vec\_type ) | Maximum |
|
||||
| vec\_type *max* ( vec\_type,vec\_type ) | Maximum |
|
||||
+-----------------------------------------------------------------------+---------------------------------------------+
|
||||
| vec\_type *clamp* ( vec\_type value,vec\_type min, vec\_type max ) | Clamp to Min-Max |
|
||||
+-----------------------------------------------------------------------+---------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user