aboutsummaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorsanikoyes2017-10-30 20:01:29 +0800
committersanikoyes2017-10-30 20:01:29 +0800
commit62347e012953e458a9c1fb64383525b7771c0b59 (patch)
tree7256a47798c01131118d8d704e979ea66f60139b /scene
parent62a3dcdc72be939c5b8a31d035bce5a576397fb4 (diff)
downloadgodot-62347e012953e458a9c1fb64383525b7771c0b59.tar.gz
godot-62347e012953e458a9c1fb64383525b7771c0b59.tar.zst
godot-62347e012953e458a9c1fb64383525b7771c0b59.zip
Add missing StyleBoxLine binding
Diffstat (limited to 'scene')
-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 4d3e2c709..eaa16069c 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>();