Fix epsilon not declared in color_space.inl #1233

master
Christophe ago%!(EXTRA string=1 year) committed by Christophe
parent 7872e05246
commit 31a5f56a7c
  1. 1
      glm/gtx/color_space.inl
  2. 1
      test/gtx/gtx_color_space.cpp

@ -1,6 +1,7 @@
/// @ref gtx_color_space
#include <glm/ext/scalar_relational.hpp>
#include <glm/ext/scalar_constants.hpp>
namespace glm
{

@ -1,5 +1,4 @@
#include <glm/ext/vector_relational.hpp>
#include <glm/ext/scalar_constants.hpp>
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/color_space.hpp>

Loading…
Cancel
Save