diff --git a/src/widgets/editor/editor.cpp b/src/widgets/editor/editor.cpp index 91563c4f8..ca47bfe0d 100644 --- a/src/widgets/editor/editor.cpp +++ b/src/widgets/editor/editor.cpp @@ -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);