mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Fixed ceilMultiple test
This commit is contained in:
parent
c6aa981e2a
commit
57316860a1
1 changed files with 6 additions and 3 deletions
|
@ -368,9 +368,12 @@ namespace ceilMultiple
|
|||
{
|
||||
type<int> const Data[] =
|
||||
{
|
||||
{3, 4, 4},
|
||||
{7, 8, 4},
|
||||
{5, 8, 4},
|
||||
{3, 4, 4, 0},
|
||||
{7, 4, 8, 0},
|
||||
{5, 4, 8, 0},
|
||||
{1, 4, 4, 0},
|
||||
{1, 3, 3, 0},
|
||||
{4, 3, 6, 0},
|
||||
};
|
||||
|
||||
int Error(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue