2
0
Fork 0

Fix the rotation not updating in the inspector with Controls

2.1
Johan Manuel 2016-07-21 00:26:36 +07:00
parent 79a7473cac
commit fc4ace3120
1 changed files with 1 additions and 0 deletions

@ -2262,6 +2262,7 @@ void Control::set_rotation(float p_radians) {
data.rotation=p_radians;
update();
_notify_transform();
_change_notify("rect/rotation");
}
float Control::get_rotation() const{