1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

Revert "Take CanvasLayer transform into account for 2D physics"

This reverts commit 4839e5f6d9.

Fixes #21289.
This commit is contained in:
Rémi Verschelde
2018-08-23 21:49:24 +02:00
parent b90dff787c
commit ab3716bd46
6 changed files with 30 additions and 38 deletions

View File

@@ -56,7 +56,6 @@ class CanvasLayer : public Node {
int sort_index;
void _update_xform();
void _notify_xform(Node *p_node);
void _update_locrotscale();
protected: