ruffle/core
Aaron Hill 9e4d13f201 avm2: Make `Array.pop` actually pop from the back
The loop to search for a `non_hole` was missing
a `break;`, so it would actually find the *first*
non-hole, rather than than the last. This was not caught
by the test, since there was only one "real" element
in the array (the other one was set on 'Array.prototype')
2022-06-04 23:28:06 +03:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
macros build(deps): bump syn from 1.0.94 to 1.0.95 2022-05-16 17:45:21 -07:00
src avm2: Make `Array.pop` actually pop from the back 2022-06-04 23:28:06 +03:00
Cargo.toml build(deps): bump flate2 from 1.0.23 to 1.0.24 2022-05-30 23:36:08 +03:00