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 5fb62e0 commit 14cba1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/core_type_mat4x4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static int test_ctr()
glm::mat4 const m1{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};

glm::mat4 const m2{
{0, 1, 2, 3},
V,
{4, 5, 6, 7},
{8, 9, 10, 11},
{12, 13, 14, 15}};
Expand Down

0 comments on commit 14cba1b

Please sign in to comment.