bevy/crates/bevy_image
andriyDev 901b0f2013 Fix off-by-one error on Image::get_color_at and Image::set_color_at. (#16475)
# Objective

- Fixes #16474.

## Solution

- Check that the pixel x,y,z is less than width,height,depth.
    - Classic off-by-one.

## Testing

- Added a test.
2024-11-22 21:24:03 +01:00
..
src Fix off-by-one error on Image::get_color_at and Image::set_color_at. (#16475) 2024-11-22 21:24:03 +01:00
Cargo.toml Release 0.15.0-rc.3 2024-11-05 23:26:31 +01:00