mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-08 05:14:26 +02:00
fix (#864)
This commit is contained in:
@@ -211,9 +211,8 @@ public:
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return (-0.5f * (cos(PI * (unitValue-0.5f)) + 1.0f));
|
return (-0.5f * cos(PI * (unitValue - 0.5f)) + 1.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static float ExponentialIn(float unitValue)
|
static float ExponentialIn(float unitValue)
|
||||||
|
Reference in New Issue
Block a user