mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
fixed: commented unknown structure member (gcc4.8.2,f19,x86_64)
This commit is contained in:
parent
2a52f56360
commit
137b296556
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ int main()
|
|||
|
||||
glm::simdVec4 GNI(add0);
|
||||
|
||||
printf("%f\n", GNI.Data.m128_f32);
|
||||
printf("%f\n", GNI.Data /* .m128_f32 */);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue