Fixed a rare crash with straight lines

It was possible that the variable `is_making_line` could be true, even if the line itself has been freed from memory.
This commit is contained in:
OverloadedOrama 2020-01-12 22:43:07 +02:00
parent 582b9baedb
commit ff758467dd
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed bug where, if you had a random brush selected and then selected the pencil tool, "brush color from" did not appear.
- Fixed crash on Godot 3.2.beta6 when pressing the Edit Palette button.
- The canvas updates automatically when onion skinning settings change.
- Fixed a rare crash with straight lines. It was possible that the variable `is_making_line` could be true, even if the line itself has been freed from memory.
## [v0.6] - 06-01-2020