Skip to content

Commit

Permalink
Fix clang format error
Browse files Browse the repository at this point in the history
Diffs=
82d664d4b Fix clang format error (#6137)

Co-authored-by: Philip Chung <[email protected]>
  • Loading branch information
philter and philter committed Oct 23, 2023
1 parent 8eb8bee commit 9068d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8f6b07395cd5a595cd8cb96b6692bc46bb5b8f28
82d664d4b98fafae7d064cc8945db101580b7d41
3 changes: 2 additions & 1 deletion test/nested_artboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ TEST_CASE("collapsed nested artboards do not advance", "[solo]")
auto movingShapes = redNestedArtboardArtboard->find<rive::Shape>();
auto redRect = movingShapes.at(0);
REQUIRE(redRect->x() > 50);
auto greenNestedArtboard = stateMachine->artboard()->find<rive::NestedArtboard>("green-artboard");
auto greenNestedArtboard =
stateMachine->artboard()->find<rive::NestedArtboard>("green-artboard");
auto greenNestedArtboardArtboard = greenNestedArtboard->artboard();
auto greenMovingShapes = greenNestedArtboardArtboard->find<rive::Shape>();
auto greenRect = greenMovingShapes.at(0);
Expand Down

0 comments on commit 9068d51

Please sign in to comment.