Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
fix circle rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ansis committed Aug 25, 2015
1 parent 51c9386 commit 10f0d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbgl/renderer/painter_circle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void Painter::renderCircle(CircleBucket& bucket,
useProgram(circleShader->program);

circleShader->u_matrix = vtxMatrix;
circleShader->u_exmatrix = projMatrix;
circleShader->u_exmatrix = extrudeMatrix;
circleShader->u_color = color;
circleShader->u_blur = std::max(properties.blur, antialiasing);
circleShader->u_size = properties.radius;
Expand Down

0 comments on commit 10f0d8d

Please sign in to comment.