Kaydet (Commit) 9de63f23 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: vcl/opengl/gdiimpl.cxx

Change-Id: Ibd5c8574b0454f9f3688a65d246fd2dea4d0dda8
üst 15d2655f
......@@ -497,8 +497,8 @@ void OpenGLSalGraphicsImpl::ImplDrawLineAA( double nX1, double nY1, double nX2,
// is almost unnoticeable.
const double w = edge ? 1.4 : 1.0;
double t;
double R;
double t(0.0);
double R(0.0);
double f = w - static_cast<int>(w);
//determine parameters t,R
if ( w>=0.0 && w<1.0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment