diff --git a/src/internal/NeoGamma.h b/src/internal/NeoGamma.h index 44d835d..94a4747 100644 --- a/src/internal/NeoGamma.h +++ b/src/internal/NeoGamma.h @@ -36,7 +36,7 @@ public: } static uint16_t Correct(uint16_t value) { - return static_cast(65535.0f * NeoEase::Gamma(value / 65535.0f) + 0.5f); + return static_cast(65535.0f * NeoEase::Gamma(value / 65535.0f) + 0.5f); } };