HaxeFlixel / HaxeFlixel/flixel-ui
FlxUIColorSwatchSelecter crashes
Open
Nobody has claimed this yet.
- Dominant language
- Haxe
- Stars
- 201
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
I simply created it like this:
var colorSwatch = new FlxUIColorSwatchSelecter(50, 400, null, [0xFF0000, 0x00FF00, 0x0000FF]);
add(colorSwatch);
Then it crashes while setting the midTone because the colors is null.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the FlxUIColorSwatchSelecter constructor and follow the initialization of midTone and colors for the call shown in the issue. Confirm that constructing it with null and the provided color list no longer crashes, then exercise the swatch to verify the colors still work.
Written by the indexing model from the issue text.
Assessment
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100