ruffle/core
Kamil Jarosz 23f01e0dd9 render: Add Matrix::create_box_with_rotation
This patch splits the current method of create_box into
1. create_box -- without rotation, and
2. create_box_with_rotation -- with rotation.

The reason for that refactor is that create_box was often used without
rotation, and always passing 0.0 as rotation and having
a dedicated condition for 0.0 was superfluous.
2024-07-02 23:40:50 +02:00
..
assets chore: Update translations from Crowdin 2024-06-25 00:26:30 +02:00
build_playerglobal build(deps): bump the cargo-minor group across 1 directory with 4 updates 2024-06-25 00:08:16 +02:00
macros build(deps): bump the cargo-minor group across 1 directory with 4 updates 2024-06-25 00:08:16 +02:00
src render: Add Matrix::create_box_with_rotation 2024-07-02 23:40:50 +02:00
Cargo.toml build(deps): bump the cargo-minor group across 1 directory with 7 updates 2024-07-02 01:04:52 +02:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00