Remove unneccessary frame version incrementing
This commit is contained in:
parent
d4f038f97b
commit
5fe9081df1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
frame.setPixel(x, y, color);
|
frame.setPixel(x, y, color);
|
||||||
});
|
});
|
||||||
frame.version++;
|
|
||||||
return frame;
|
return frame;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue