Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_CHANGED

This commit is contained in:
Juan Linietsky
2017-01-12 20:35:46 -03:00
parent da477b76a9
commit a2903fc51d
26 changed files with 65 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ void RemoteTransform2D::_bind_methods() {
RemoteTransform2D::RemoteTransform2D() {
cache=0;
set_notify_transform(true);
}