AP_Math: fixed zero function for integer vectors
This commit is contained in:
parent
b98bcbf715
commit
d2deee07df
@ -153,7 +153,7 @@ public:
|
||||
// zero the vector
|
||||
void zero()
|
||||
{
|
||||
x = y = z = 0.0;
|
||||
x = y = z = 0;
|
||||
}
|
||||
|
||||
// returns the normalized version of this vector
|
||||
|
Loading…
Reference in New Issue
Block a user