mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
Merge pull request #87345 from ryevdokimov/removed-unused-prev-rot-variable
Remove unused `prev_rot` variable
This commit is contained in:
commit
bf5b877636
@ -56,7 +56,6 @@ class CanvasItemEditorSelectedItem : public Object {
|
||||
|
||||
public:
|
||||
Transform2D prev_xform;
|
||||
real_t prev_rot = 0;
|
||||
Rect2 prev_rect;
|
||||
Vector2 prev_pivot;
|
||||
real_t prev_anchors[4] = { (real_t)0.0 };
|
||||
|
Loading…
Reference in New Issue
Block a user