Remove unneccessary frame version incrementing

This commit is contained in:
Dávid Szabó 2016-09-27 21:11:32 +02:00 committed by Julian Descottes
parent d4f038f97b
commit 5fe9081df1

View File

@ -17,7 +17,7 @@
}
frame.setPixel(x, y, color);
});
frame.version++;
return frame;
},