AP_Math: removed assert calls
these waste flash space and do not do us any good
This commit is contained in:
parent
dcf6bcea6e
commit
1f60eb68ec
@ -420,8 +420,6 @@ int AP_GeodesicGrid::_triangle_index(const Vector3f &v, bool inclusive)
|
||||
break;
|
||||
}
|
||||
|
||||
assert(umbrella >= 0);
|
||||
|
||||
switch (umbrella % 3) {
|
||||
case 0:
|
||||
w.z = -w.z;
|
||||
|
Loading…
Reference in New Issue
Block a user