Skip to content

Commit

Permalink
CharacterBaseTest: delete 2 useless assignments (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored Dec 2, 2024
1 parent 7221323 commit 24c4873
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Samples/Tests/Character/CharacterBaseTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ void CharacterBaseTest::Initialize()

triangles.push_back(Triangle(s2, b2, rs2));
triangles.push_back(Triangle(rs2, b2, rb2));

p1 = p2;
}

MeshShapeSettings mesh(triangles);
Expand Down Expand Up @@ -416,7 +414,6 @@ void CharacterBaseTest::Initialize()
triangles.push_back(Triangle(b1, s2, b2));
triangles.push_back(Triangle(s1, p1, p2));
triangles.push_back(Triangle(s1, p2, s2));
p1 = p2;
}

MeshShapeSettings mesh(triangles);
Expand Down

0 comments on commit 24c4873

Please sign in to comment.