mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +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
|
||||
|
||||
#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…
Reference in New Issue
Block a user