mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Fix epsilon not declared in color_space.inl #1233
This commit is contained in:
parent
dcb8496300
commit
72aa0decc3
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue