diff options
Diffstat (limited to 'scene/resources/bounds.cpp')
-rw-r--r-- | scene/resources/bounds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/bounds.cpp b/scene/resources/bounds.cpp index 03d819451d..4c85dac476 100644 --- a/scene/resources/bounds.cpp +++ b/scene/resources/bounds.cpp @@ -34,7 +34,7 @@ void Bounds::_bind_methods() { ClassDB::bind_method( _MD("set_bsp_tree","bsp_tree"),&Bounds::set_bsp_tree); ClassDB::bind_method( _MD("get_bsp_tree"),&Bounds::get_bsp_tree ); - ADD_PROPERTY( PropertyInfo( Variant::ARRAY, "bsp_tree" ), _SCS("set_bsp_tree"), _SCS("get_bsp_tree")); + ADD_PROPERTY( PropertyInfo( Variant::ARRAY, "bsp_tree" ), "set_bsp_tree", "get_bsp_tree"); } |