Skip to content

Commit d606db7

Browse files
authored
Update FlxUIRegion.hx (#294)
1 parent c52179b commit d606db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flixel/addons/ui/FlxUIRegion.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class FlxUIRegion extends FlxSprite implements IFlxUIWidget implements IResizabl
3636
height = h;
3737

3838
#if FLX_DEBUG
39-
debugBoundingBoxColor = FlxG.random.color().to24Bit();
39+
debugBoundingBoxColor = FlxG.random.color().rgb;
4040
#end
4141
}
4242

0 commit comments

Comments
 (0)