Remove comment

This commit is contained in:
Sezz 2023-01-29 01:05:44 +11:00
parent 7f7ba2673a
commit 37d521e6ea

View file

@ -170,7 +170,6 @@ namespace TEN::Effects::Electricity
constexpr auto LIFE_START_FADING = HELICAL_LASER_LIFE_MAX / 2;
constexpr auto LENGTH_LERP_ALPHA = 0.25f;
// No active effects; return early.
if (HelicalLasers.empty())
return;