This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
glm
mirror of
https://github.com/g-truc/glm.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixed test build
Christophe Riccio
8 years ago
parent
5cf8765656
commit
e8e8d3607c
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
0
2
test/gtx/gtx_texture.cpp
+ 0
- 2
test/gtx/gtx_texture.cpp
View File
@@ -5,7 +5,5 @@ int main()
{
int Error = 0;
- Error += clamp::test();
-
return Error;
}