mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-02-15 00:59:17 -05:00
* localize particle velocity properly same method as localizing position * localize initial velocity using the 0th delta of `LocalSpace` This is consistent with what you see in the editor, there's no indication that `LocalSpace` only applies the later movements of the particle and not everything in the movement feature. * localize `ConstantMovement` as well --------- Co-authored-by: Fortune <7847372+Fortune117@users.noreply.github.com>