You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #59881 from Sauermann/revert-59737
This commit is contained in:
@@ -81,7 +81,7 @@ void CollisionObject2D::_notification(int p_what) {
|
||||
return;
|
||||
}
|
||||
|
||||
Transform2D global_transform = get_global_transform_with_canvas();
|
||||
Transform2D global_transform = get_global_transform();
|
||||
|
||||
if (area) {
|
||||
PhysicsServer2D::get_singleton()->area_set_transform(rid, global_transform);
|
||||
|
||||
Reference in New Issue
Block a user