mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Enable line that doesn't crash anymore on newer version of Skia
This commit is contained in:
parent
4379c6793e
commit
07900c8e48
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user