Skip to content

Commit

Permalink
fixes #313, the use of custom light properties appears to work again
Browse files Browse the repository at this point in the history
  • Loading branch information
tngreene committed Nov 15, 2017
1 parent 01017df commit 7258574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions io_xplane2blender/xplane_types/xplane_light.py
Expand Up @@ -83,6 +83,8 @@ def __init__(self, blenderObject):
self.getWeight(10000)

def collect(self):
super().collect()

is_parsed = xplane_lights_txt_parser.parse_lights_file()
if is_parsed == False:
logger.error("lights.txt file could not be parsed")
Expand Down

0 comments on commit 7258574

Please sign in to comment.