mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 20:43:37 +01:00
cf3ab5d5e0
This way, after o1 += o2, when o1 is linked all the outer data of o2 is linked alongside the outer data of o1, and the inner data remains contiguous. This is important for arrays, where we don't want the outer data of o2 to appear before the next inner field of o1. With this commit, an update to o2 after o1 += o2 no longer updates o1. This wasn't a feature in the first place. |
||
---|---|---|
.. | ||
fxconv-main.py | ||
fxconv.py |