ruffle/core
Mike Welsh 366e8aa926 Array: Fix Array single-param ctor
The Array constructor with a single param sets the length if the
parameter is a number (no coercion is done); otherwise, it is
creates an 1-length Array containing the parameter. Previously
we coerced the parameter to a float.
2020-09-26 14:13:06 -07:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.41 to 1.0.42 2020-09-26 14:11:01 -07:00
src Array: Fix Array single-param ctor 2020-09-26 14:13:06 -07:00
tests tests: Add a test for floating point errors in the AVM1 representation of `_xscale`, `_yscale`, and `_rotation`. 2020-09-26 14:12:49 -07:00
Cargo.toml build(deps): bump gif from 0.11.0 to 0.11.1 2020-09-25 13:22:07 -07:00