Name overhang properly

This commit is contained in:
Nick Bisby 2019-10-16 21:42:49 -05:00
parent b2a4bc8319
commit 740b749f90

View File

@ -97,7 +97,7 @@ sub Main()
group.visible = false
group = CreateMovieListGroup(node)
m.overhang.title = group.overhangTitle
m.overhang.title = node.title
m.scene.appendChild(group)
else if isNodeEvent(msg, "movieSelected")
' If you select a movie from ANYWHERE, follow this flow