summaryrefslogtreecommitdiff
path: root/scene/resources/space_2d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/space_2d.cpp')
-rw-r--r--scene/resources/space_2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/space_2d.cpp b/scene/resources/space_2d.cpp
index 3f0d2824ce..d0fc6edcf0 100644
--- a/scene/resources/space_2d.cpp
+++ b/scene/resources/space_2d.cpp
@@ -51,7 +51,7 @@ void Space2D::_bind_methods() {
ClassDB::bind_method(_MD("set_active","active"),&Space2D::set_active);
ClassDB::bind_method(_MD("is_active"),&Space2D::is_active);
- ADD_PROPERTY( PropertyInfo(Variant::BOOL,"active"),_SCS("set_active"),_SCS("is_active") );
+ ADD_PROPERTY( PropertyInfo(Variant::BOOL,"active"),"set_active","is_active") ;
}