[aseprite] 158/250: Enable line that doesn't crash anymore on newer version of Skia
    Tobias Hansen 
    thansen at moszumanska.debian.org
       
    Sun Dec 20 15:27:24 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository aseprite.
commit 07900c8e48413856ddb8a7188d137c1ae8866822
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Oct 13 17:10:59 2015 -0300
    Enable line that doesn't crash anymore on newer version of Skia
---
 src/she/skia/skia_system.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/she/skia/skia_system.h b/src/she/skia/skia_system.h
index 28ca648..8cdc3d0 100644
--- a/src/she/skia/skia_system.h
+++ b/src/she/skia/skia_system.h
@@ -98,8 +98,7 @@ public:
         kN32_SkColorType, SkImageDecoder::kDecodePixels_Mode);
 
       if (res == SkImageDecoder::kSuccess) {
-        // TODO Check why this line crashes on OS X
-        //bm.pixelRef()->setURI(filename);
+        bm.pixelRef()->setURI(filename);
 
         SkiaSurface* sur = new SkiaSurface();
         sur->swapBitmap(bm);
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git
    
    
More information about the Pkg-games-commits
mailing list