From 5ea607d801900b4eeff2f35bc8c73654f9bc1460 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 6 Apr 2010 09:03:53 -0300 Subject: [PATCH] More delay for Editor::flashCurrentLayer(). --- src/widgets/editor/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);