summaryrefslogtreecommitdiff
path: root/scene/2d/line_2d.h
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2018-07-17 12:12:29 +0200
committerGitHub <noreply@github.com>2018-07-17 12:12:29 +0200
commit1f1b45c7ec00bbbf5abe0cbb92938b150a5d01f2 (patch)
treeb33d7db69c6eac51bac0c7834752ac830d6cbfe9 /scene/2d/line_2d.h
parentdd4b4e56af65afb2f9d94b035df8bb12602d2e3e (diff)
parentd7aa3e33c823073b1495b5705edbd60619f1decf (diff)
Merge pull request #20191 from jvdnbus/line2d-stretch
Line2D texture stretch mode
Diffstat (limited to 'scene/2d/line_2d.h')
-rw-r--r--scene/2d/line_2d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/2d/line_2d.h b/scene/2d/line_2d.h
index 24c48982cd..6918018c12 100644
--- a/scene/2d/line_2d.h
+++ b/scene/2d/line_2d.h
@@ -52,8 +52,8 @@ public:
enum LineTextureMode {
LINE_TEXTURE_NONE = 0,
- LINE_TEXTURE_TILE
- // TODO STRETCH mode
+ LINE_TEXTURE_TILE,
+ LINE_TEXTURE_STRETCH
};
Line2D();