[layers] continuted work on no-layer option. No more crash.

git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1141 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-11-02 00:10:59 +00:00
parent 3ede1f3a56
commit 110a7bdd58
2 changed files with 5 additions and 0 deletions

View File

@@ -959,6 +959,8 @@ void End_of_modification(void)
memcpy(Visible_image[1].Image,
Visible_image[0].Image,
Main_image_width*Main_image_height);
#else
Update_screen_targets();
#endif
Download_infos_backup(Main_backups);