mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 17:04:35 +00:00
Fixed warning
This commit is contained in:
parent
213a66f9bf
commit
3a1787795e
@ -197,7 +197,7 @@ static int test_vec4_ctor()
|
|||||||
|
|
||||||
{
|
{
|
||||||
glm::vec1 const R(1.0f);
|
glm::vec1 const R(1.0f);
|
||||||
glm::dvec1 const S(2.0f);
|
glm::dvec1 const S(2.0);
|
||||||
glm::vec1 const T(3.0);
|
glm::vec1 const T(3.0);
|
||||||
glm::dvec1 const U(4.0);
|
glm::dvec1 const U(4.0);
|
||||||
glm::vec4 const O(1.0f, 2.0, 3.0f, 4.0);
|
glm::vec4 const O(1.0f, 2.0, 3.0f, 4.0);
|
||||||
|
Loading…
Reference in New Issue
Block a user