TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

Make fixUpVariableReferences() fix broadcasts #183

Open Procybit opened 9 months ago

Procybit commented 9 months ago

Resolves

https://github.com/TurboWarp/packager/issues/733

Proposed Changes

Make fixUpVariableReferences() fix also broadcasts.

Reason for Changes

The issue seems to arise from the fact, that the broadcasts are not correctly adopted when you import sprites.

Notes

I really don't understand why the issue doesn't happen to the editor.

GarboMuffin commented 8 months ago

I need to figure out why this isn't needed in the editor to be comfortable merging this