Corrected bug

This commit is contained in:
Clement Roblot 2024-08-02 22:43:36 +07:00
parent c1c6afc0ba
commit 719a2388f5

View File

@ -35,10 +35,10 @@ enum BorderStyle {
typedef struct {
int startx;
int endx;
int starty;
int endy;
uint16_t startx = 0;
uint16_t endx = 0;
uint16_t starty = 0;
uint16_t endy = 0;
} Region;
// Pipe elements into decorator togethers.