diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-05-03 17:29:15 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2018-05-03 17:29:56 -0300 |
commit | b3e4bc562c07142d48907278f9cc496791ff7b33 (patch) | |
tree | 1dd28db8c97d288934268c908b15f1ff4f1e59f8 /scene/2d/line_2d.cpp | |
parent | e9c1957a3ee8087dd3d6381f39ca0eaaf90e9289 (diff) | |
download | redot-engine-b3e4bc562c07142d48907278f9cc496791ff7b33.tar.gz |
Skeleton for 2D WIP
Diffstat (limited to 'scene/2d/line_2d.cpp')
-rw-r--r-- | scene/2d/line_2d.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/2d/line_2d.cpp b/scene/2d/line_2d.cpp index 229c2c6fe8..3e61dd05f4 100644 --- a/scene/2d/line_2d.cpp +++ b/scene/2d/line_2d.cpp @@ -270,7 +270,8 @@ void Line2D::_draw() { lb.indices, lb.vertices, lb.colors, - lb.uvs, + lb.uvs, Vector<int>(), Vector<float>(), + texture_rid); // DEBUG |