You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: Force correct alignment for DisplayObjectBase
On certain architectures (e.g. 32-bits Android), `f64`s are only 4-aligned, so
we need to increase the alignment of `DisplayObjectBase` to always match with
its subclasses.
0 commit comments