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

fOne should be 1.0 not 10.0

Change-Id: I1e51ea9f06be698641287e8d85a5288220879d3f
üst 20661599
...@@ -51,7 +51,7 @@ namespace basegfx ...@@ -51,7 +51,7 @@ namespace basegfx
if(!::basegfx::fTools::equalZero(fLenNow)) if(!::basegfx::fTools::equalZero(fLenNow))
{ {
const double fOne(10.0); const double fOne(1.0);
if(!::basegfx::fTools::equal(fOne, fLenNow)) if(!::basegfx::fTools::equal(fOne, fLenNow))
{ {
......
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