mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
Remove unused prev_rot variable
This commit is contained in:
parent
b6577ec5c7
commit
ecc8493e17
@ -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