This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 975c1bd0a5a9bd025f7fce1904d933b140ff6444
Author: David Capello <[email protected]>
Date:   Thu May 5 15:25:19 2016 -0300

    Remove reference to the old raster::Dirty object
---
 src/app/ui/editor/tool_loop_impl.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/app/ui/editor/tool_loop_impl.cpp 
b/src/app/ui/editor/tool_loop_impl.cpp
index 0843149..6abc251 100644
--- a/src/app/ui/editor/tool_loop_impl.cpp
+++ b/src/app/ui/editor/tool_loop_impl.cpp
@@ -337,8 +337,7 @@ public:
         ExpandCelCanvas::NeedsSource |
         // If the tool is freehand-like, we can use the modified
         // region directly as undo information to save the modified
-        // pixels (it's faster than creating a Dirty object).
-        // See ExpandCelCanvas::commit() for details about this flag.
+        // pixels. See ExpandCelCanvas::commit() for details about this flag.
         (getController()->isFreehand() ?
          ExpandCelCanvas::UseModifiedRegionAsUndoInfo:
          ExpandCelCanvas::None)));

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/aseprite.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to