HaxeFlixel / HaxeFlixel/flixel-ui

FlxUIColorSwatchSelecter crashes

Open
#196 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.