fixed: commented unknown structure member (gcc4.8.2,f19,x86_64)

master
jan p springer ago%!(EXTRA string=12 years)
parent 2a52f56360
commit 137b296556
  1. 2
      test/gtx/gtx_simd_vec4.cpp

@ -34,7 +34,7 @@ int main()
glm::simdVec4 GNI(add0); glm::simdVec4 GNI(add0);
printf("%f\n", GNI.Data.m128_f32); printf("%f\n", GNI.Data /* .m128_f32 */);
return 0; return 0;
} }

Loading…
Cancel
Save