mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Fix perf inverse matrix
This commit is contained in:
parent
d91d77d190
commit
7afcf13e97
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ static int comp_mat4_inverse(std::size_t Samples)
|
|||
|
||||
int main()
|
||||
{
|
||||
std::size_t const Samples = 1000;
|
||||
std::size_t const Samples = 10;
|
||||
|
||||
int Error = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue