Skip to content

Commit

Permalink
Fix off by one regression (see tuupola#110) (tuupola#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola authored and CHiPs44 committed Mar 25, 2023
1 parent 0c9baf9 commit 19db951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed
- Overflow bug when resizing big bitmaps ([#102](https://github.com/tuupola/hagl/pull/102), [#49](https://github.com/tuupola/hagl/issues/49)) .
- Both horizontal and vertical lines were one pixel too short ([#110](https://github.com/tuupola/hagl/pull/110)) .
- Both horizontal and vertical lines were one pixel too short ([#110](https://github.com/tuupola/hagl/pull/110), [#111](https://github.com/tuupola/hagl/pull/111)) .

### Added
- New `hagl_bitmap_init()` function ([#98](https://github.com/tuupola/hagl/pull/98)).
Expand Down

0 comments on commit 19db951

Please sign in to comment.