Test change

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent 2420c30b2a
commit 840aefa52e
  1. 2
      glm/gtc/half_float.hpp
  2. 2
      glm/gtc/half_float.inl

@ -47,7 +47,7 @@
namespace glm{ namespace glm{
namespace detail namespace detail
{ {
#if((GLM_LANG != GLM_LANG_CXX11) && (GLM_LANG != GLM_LANG_CXXMS)) #if 1 //((GLM_LANG != GLM_LANG_CXX11) && (GLM_LANG != GLM_LANG_CXXMS))
template <> template <>
struct tvec2<thalf> struct tvec2<thalf>
{ {

@ -29,7 +29,7 @@
namespace glm{ namespace glm{
namespace detail namespace detail
{ {
#ifndef _MSC_EXTENSIONS #if 1 //ndef _MSC_EXTENSIONS
////////////////////////////////////// //////////////////////////////////////
// hvec2 // hvec2

Loading…
Cancel
Save