Browse Source
The multiplication by `1 << 21` was unnecessary, with the way the division is performed it doesn't add precision. Missile velocities are 16 bit fixed values so split out the normalisation step in order to make it clearer what the multiplication and use of `v` ends up doing.pull/4625/head
1 changed files with 8 additions and 4 deletions
Loading…
Reference in new issue