fix: variable falloff not defined

This commit is contained in:
Prohurtz 2023-10-31 18:30:22 -05:00
parent 4c668f9b47
commit 58ee8e3033

View File

@ -11,6 +11,7 @@ class EyeId(IntEnum):
def velocity_falloff(self, var, out_x, out_y):
falloff = False
if self.eye_id in [EyeId.LEFT]:
var.l_eye_velocity = var.average_velocity
if self.settings.gui_outer_side_falloff: