diff options
Diffstat (limited to 'editor/plugins/collision_shape_2d_editor_plugin.h')
-rw-r--r-- | editor/plugins/collision_shape_2d_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/collision_shape_2d_editor_plugin.h b/editor/plugins/collision_shape_2d_editor_plugin.h index d58f5d511f..4da542342c 100644 --- a/editor/plugins/collision_shape_2d_editor_plugin.h +++ b/editor/plugins/collision_shape_2d_editor_plugin.h @@ -74,6 +74,7 @@ class CollisionShape2DEditor : public Control { Transform2D original_transform; Vector2 original_point; Point2 last_point; + Vector2 original_mouse_pos; Ref<Shape2D> current_shape; |