Home › Forums › TimelineFX Module › Enhancement request for tlEntity › Re: Re: Enhancement request for tlEntity
In part 2 in the Create method of tSpaceWormGame there is this buggy line:
Player = New tSpaceWorm.Create(GraphicsWidth() / 2, GraphicsHeight() / 2, CopyEffect(g.wormeffect, g.particlemanager), self)
Of course g is obsolete or could be replaced by
self
.