Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix
Fixed antialiasing option for Polygon2D with concave/hollow shapes
This commit is contained in:
commit
fa82664419
12 changed files with 31 additions and 9 deletions
|
|
@ -316,7 +316,7 @@ void Line2D::_draw() {
|
|||
lb.colors,
|
||||
lb.uvs, Vector<int>(), Vector<float>(),
|
||||
texture_rid, -1, RID(),
|
||||
_antialiased);
|
||||
_antialiased, true);
|
||||
|
||||
// DEBUG
|
||||
// Draw wireframe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue