You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Merge pull request #12508 from sanikoyes/pr-missing-StyleBoxLine
Add missing StyleBoxLine binding [ci skip]
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user