Fix UnitTest compilation
This commit is contained in:
@@ -81,7 +81,7 @@ SCENARIO("Color", "[CORE][COLOR]")
|
|||||||
{
|
{
|
||||||
struct ColorData
|
struct ColorData
|
||||||
{
|
{
|
||||||
const char* name;
|
std::string name;
|
||||||
Nz::Color rgb;
|
Nz::Color rgb;
|
||||||
float cyan, magenta, yellow;
|
float cyan, magenta, yellow;
|
||||||
float cyanK, magentaK, yellowK, black;
|
float cyanK, magentaK, yellowK, black;
|
||||||
|
|||||||
Reference in New Issue
Block a user