Fixed polygon and polyform overdrawing the first point in an approximate way.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1300 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2010-02-03 18:27:04 +00:00
parent 4c40a0a99a
commit 84ccd7f845
2 changed files with 16 additions and 3 deletions

1
main.c
View File

@@ -835,7 +835,6 @@ void Program_shutdown(void)
// Remove the safety backups, this is normal exit
Delete_safety_backups();
DEBUG("bye",1);
// On libère le buffer de gestion de lignes
free(Horizontal_line_buffer);