Tentative fix Visual C++ build

This commit is contained in:
Groove
2018-07-29 16:13:21 +02:00
parent c53b98abb6
commit d18c7f55ec
2 changed files with 17 additions and 17 deletions

View File

@@ -9,9 +9,9 @@
# include <type_traits>
#endif
static glm::vec2 g1;
static glm::vec2 g2(1);
static glm::vec2 g3(1, 1);
static glm::ivec2 g1;
static glm::ivec2 g2(1);
static glm::ivec2 g3(1, 1);
static int test_operators()
{