Skip to content

Commit

Permalink
increase max paint stack to 4000
Browse files Browse the repository at this point in the history
  • Loading branch information
anescient committed Sep 14, 2024
1 parent 9b7c0a6 commit 0f4982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ typedef struct
s32 dy;
} FillSegment;

#define FILLSTACKMAX 1000
#define FILLSTACKMAX 4000
static FillSegment FillStack[FILLSTACKMAX];

// Push a segment on the stack unless it's clipped or stack is full.
Expand Down

0 comments on commit 0f4982c

Please sign in to comment.