Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed Mar 30, 2024
1 parent def7e79 commit fd417b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rage/vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ namespace rage

float distance(const vector3 &rhs) const
{
return (*this - rhs).Length();
return (*this - rhs).length();
}
};

Expand Down

0 comments on commit fd417b2

Please sign in to comment.