Skip to content

Commit a05ba64

Browse files
FuroYTHundrec
authored andcommitted
Unify the FunkinDebugDisplay rounded corner radius
1 parent 2e0f3bb commit a05ba64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/funkin/ui/debug/FunkinDebugDisplay.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class FunkinDebugDisplay extends Sprite
105105
INNER_RECT_DIFF,
106106
OUTER_RECT_DIMENSIONS[0] * bgWidthMultiplier,
107107
OUTER_RECT_DIMENSIONS[1] * bgHeightMultiplier,
108-
BG_CORNER_WIDTH
108+
BG_CORNER_WIDTH - (INNER_RECT_DIFF * 2)
109109
);
110110
background.graphics.endFill();
111111
background.alpha = backgroundOpacity;

0 commit comments

Comments
 (0)