FreeCAD: Compiler warning fixes
This commit is contained in:
committed by
Kacper Donat
parent
afe23a432c
commit
64d658e38a
@@ -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