mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 08:54:35 +00:00
Fix epsilon not declared in color_space.inl #1233
This commit is contained in:
parent
7872e05246
commit
31a5f56a7c
@ -1,6 +1,7 @@
|
|||||||
/// @ref gtx_color_space
|
/// @ref gtx_color_space
|
||||||
|
|
||||||
#include <glm/ext/scalar_relational.hpp>
|
#include <glm/ext/scalar_relational.hpp>
|
||||||
|
#include <glm/ext/scalar_constants.hpp>
|
||||||
|
|
||||||
namespace glm
|
namespace glm
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include <glm/ext/vector_relational.hpp>
|
#include <glm/ext/vector_relational.hpp>
|
||||||
#include <glm/ext/scalar_constants.hpp>
|
|
||||||
|
|
||||||
#define GLM_ENABLE_EXPERIMENTAL
|
#define GLM_ENABLE_EXPERIMENTAL
|
||||||
#include <glm/gtx/color_space.hpp>
|
#include <glm/gtx/color_space.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user