From 91cdccb90f9d8ccdf9f8cc8446cfbf8cb35eb857 Mon Sep 17 00:00:00 2001 From: Hattrick HttrckCldHKS Date: Wed, 5 Sep 2018 02:27:12 +0300 Subject: [PATCH] Update vector.inc --- plugins/include/vector.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/include/vector.inc b/plugins/include/vector.inc index 7540c48f..27719599 100644 --- a/plugins/include/vector.inc +++ b/plugins/include/vector.inc @@ -36,12 +36,12 @@ native get_distance(const origin1[3], const origin2[3]); /** * Calculates the distance between two input float vectors. * - * @param origin1 The first vector - * @param origin2 The second vector + * @param Origin1 The first vector + * @param Origin2 The second vector * * @return The distance between two input vectors */ -native Float:get_distance_f(const Float:origin1[3], const Float:origin2[3]); +native Float:get_distance_f(const Float:Origin1[3], const Float:Origin2[3]); /** * Calculates velocity in the direction player is looking.