sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

fix(rsg): Reparent does not add child to new parent #645

Closed underwoo16 closed 3 years ago

underwoo16 commented 3 years ago

Fixes https://github.com/sjbarag/brs/issues/644

Fixed by calling appendChildToParent instead of setParent from reparent's implementation.