mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
gna
This commit is contained in:
parent
fdc344518f
commit
3f08c9c83b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue