diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 25278f24440..6e4d97c4131 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -26402,7 +26402,7 @@ - + diff --git a/scene/2d/screen_button.cpp b/scene/2d/screen_button.cpp index 871c351479f..32a53234197 100644 --- a/scene/2d/screen_button.cpp +++ b/scene/2d/screen_button.cpp @@ -357,7 +357,7 @@ void TouchScreenButton::_bind_methods() { ADD_PROPERTY( PropertyInfo(Variant::INT,"visibility_mode",PROPERTY_HINT_ENUM,"Always,TouchScreen Only"),_SCS("set_visibility_mode"),_SCS("get_visibility_mode")); ADD_SIGNAL( MethodInfo("pressed" ) ); - ADD_SIGNAL( MethodInfo("release" ) ); + ADD_SIGNAL( MethodInfo("released" ) );