Skip to content

Commit

Permalink
use double
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 11, 2021
1 parent 14624e3 commit 6a717fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsinternalgeometryengine.cpp
Expand Up @@ -1507,7 +1507,7 @@ QgsGeometry QgsInternalGeometryEngine::orientedMinimumBoundingBox( double &area,
{
width = minRect.height();
height = minRect.width();
angle = angle + 90;
angle = angle + 90.0;
}

QgsGeometry minBounds = QgsGeometry::fromRect( minRect );
Expand Down

0 comments on commit 6a717fc

Please sign in to comment.