Prevent spamming

This commit is contained in:
Clement Roblot
2024-08-02 23:08:24 +07:00
parent 2de925f2c6
commit 53f179c776
3 changed files with 19 additions and 13 deletions

View File

@@ -40,6 +40,7 @@ typedef struct {
uint16_t endx = 0;
uint16_t starty = 0;
uint16_t endy = 0;
bool changed = false;
} Region;
// Pipe elements into decorator togethers.