summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanikoyes <sanikoyes@163.com>2017-10-30 20:01:29 +0800
committersanikoyes <sanikoyes@163.com>2017-10-30 20:01:29 +0800
commit62347e012953e458a9c1fb64383525b7771c0b59 (patch)
tree7256a47798c01131118d8d704e979ea66f60139b
parent62a3dcdc72be939c5b8a31d035bce5a576397fb4 (diff)
Add missing StyleBoxLine binding
-rw-r--r--scene/register_scene_types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/register_scene_types.cpp b/scene/register_scene_types.cpp
index 4d3e2c709c..eaa16069cf 100644
--- a/scene/register_scene_types.cpp
+++ b/scene/register_scene_types.cpp
@@ -542,6 +542,7 @@ void register_scene_types() {
ClassDB::register_class<StyleBoxEmpty>();
ClassDB::register_class<StyleBoxTexture>();
ClassDB::register_class<StyleBoxFlat>();
+ ClassDB::register_class<StyleBoxLine>();
ClassDB::register_class<Theme>();
ClassDB::register_class<PolygonPathFinder>();