mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-09 18:44:46 +00:00
Remove commented line
This commit is contained in:
parent
f9d0254d91
commit
d5c5c2e1f9
@ -268,8 +268,6 @@ public:
|
|||||||
SkColor c = 0;
|
SkColor c = 0;
|
||||||
|
|
||||||
if (m_surface) {
|
if (m_surface) {
|
||||||
// m_canvas->flush();
|
|
||||||
|
|
||||||
SkImageInfo dstInfo = SkImageInfo::MakeN32Premul(1, 1);
|
SkImageInfo dstInfo = SkImageInfo::MakeN32Premul(1, 1);
|
||||||
uint32_t dstPixels;
|
uint32_t dstPixels;
|
||||||
if (m_canvas->readPixels(dstInfo, &dstPixels, 4, x, y))
|
if (m_canvas->readPixels(dstInfo, &dstPixels, 4, x, y))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user