mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_CHANGED
This commit is contained in:
@@ -127,7 +127,7 @@ void RemoteTransform2D::_bind_methods() {
|
||||
RemoteTransform2D::RemoteTransform2D() {
|
||||
|
||||
cache=0;
|
||||
|
||||
set_notify_transform(true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user