FreeCAD: Compiler warning fixes
This commit is contained in:
committed by
Kacper Donat
parent
b170b8e27c
commit
21c07cabc5
@@ -791,7 +791,7 @@ RayPickInfo View3DInventor::getObjInfoRay(Base::Vector3d* startvec, Base::Vector
|
||||
vdy = dirvec->y;
|
||||
vdz = dirvec->z;
|
||||
// near plane clipping is required to avoid false intersections
|
||||
float nearClippingPlane = 0.1;
|
||||
float nearClippingPlane = 0.1F;
|
||||
|
||||
RayPickInfo ret = {false,
|
||||
Base::Vector3d(),
|
||||
|
||||
Reference in New Issue
Block a user