Skip to content

Commit

Permalink
Hotfix: list watchers now show up in "children" too.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjvr committed Nov 6, 2013
1 parent be672f6 commit 63b15c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kurt/scratch20/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def __init__(self, fp):
# watchers
for actor in actors:
if not isinstance(actor, kurt.Sprite):
if 'listName' in actor: continue
actor = self.load_watcher(actor)
self.project.actors.append(actor)

Expand Down

0 comments on commit 63b15c0

Please sign in to comment.