We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032797a commit 6ca1c93Copy full SHA for 6ca1c93
mypaint-fixed-tiled-surface.c
@@ -68,7 +68,7 @@ tile_request_end(MyPaintTiledSurface *tiled_surface, MyPaintTileRequest *request
68
const int ty = request->ty;
69
70
if (tx >= self->tiles_width || ty >= self->tiles_height || tx < 0 || ty < 0) {
71
- // Wipe any changed done to the null tile
+ // Wipe any changes done to the null tile
72
reset_null_tile(self);
73
} else {
74
// We hand out direct pointers to our buffer, so for the normal case nothing needs to be done
0 commit comments