Skip to content

Commit

Permalink
Delete the Vec2D default constructor
Browse files Browse the repository at this point in the history
Vec2D should be a plain-old-data type. We can still explicitly initialize it to zero using the value initialization syntax, e.g.:

    Vec2D vec2d = Vec2D();

Diffs=
9c3da38e3 Delete the Vec2D default constructor (#6388)
  • Loading branch information
csmartdalton committed Dec 23, 2023
1 parent a9e7d13 commit 6733041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ee0a1ee5d6640c62cb7b72a530ac5e9b75bf6f84
9c3da38e31678c3eaccc88857f6b54255e889cee
2 changes: 1 addition & 1 deletion .rive_renderer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b5fcded27b4802d63611b34f64fc9d622e34ec54
eeadaee181443163487494e94f61d55bcdca7448
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit 6733041

Please sign in to comment.