diff --git a/korman/exporter/rtlight.py b/korman/exporter/rtlight.py index 3a30014..9efc51c 100644 --- a/korman/exporter/rtlight.py +++ b/korman/exporter/rtlight.py @@ -193,7 +193,7 @@ class LightConverter: # If the lamp has any sort of animation attached, then it needs to be marked movable. # Otherwise, Plasma may not use it for lighting. - if projectors or bo.plasma_object.has_animation_data: + if bo.plasma_object.has_animation_data: pl_light.setProperty(plLightInfo.kLPMovable, True) # *Sigh*