Skip to content

Commit

Permalink
gna
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Jan 17, 2024
1 parent fdc3445 commit 3f08c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ext/ext_quaternion_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ static int test_ctr()
glm::quat A{0, 1, 2, 3};

std::vector<glm::quat> B{
{0, 1, 2, 3},
{0, 1, 2, 3}};
A,
{0, 1, 2, 3}};
}
# endif//GLM_HAS_INITIALIZER_LISTS

Expand Down

0 comments on commit 3f08c9c

Please sign in to comment.