mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 13:20:45 +00:00
More delay for Editor::flashCurrentLayer().
This commit is contained in:
parent
8ee599f3e3
commit
5ea607d801
@ -560,7 +560,7 @@ void Editor::flashCurrentLayer()
|
||||
gui_flip_screen();
|
||||
|
||||
vsync();
|
||||
rest(1);
|
||||
rest(100);
|
||||
|
||||
image_clear(flash_image, flash_image->mask_color);
|
||||
editor_draw_sprite(0, 0, m_sprite->getWidth()-1, m_sprite->getHeight()-1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user