diff --git a/scene/2d/line_2d.cpp b/scene/2d/line_2d.cpp index cf5679800e..530d905dd2 100644 --- a/scene/2d/line_2d.cpp +++ b/scene/2d/line_2d.cpp @@ -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(); }