Merge pull request #116430 from bruvzg/l2os
Apply viewport oversampling to Line2D
This commit is contained in:
commit
46729d4b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ void Line2D::_draw() {
|
|||
|
||||
RID texture_rid;
|
||||
if (_texture.is_valid()) {
|
||||
texture_rid = _texture->get_rid();
|
||||
texture_rid = _texture->get_scaled_rid();
|
||||
|
||||
lb.tile_aspect = _texture->get_size().aspect();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue