Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Default health icon (face) not used #3005

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

gamerbross
Copy link
Contributor

If the icon file wasn't found, the icon shows as HaxeFlixel logo instead of face. It was supposed to call the loadCharacter in the setter of characterId but was later changed and not working as intended.
image
I changed some other code that was using BF icon as default instead of face. Also in the previous way of checking if the icon exists, it was did twice, leading into a possible stack overflow (which don't show a log) if also the face icon image doesn't exist.

@gamerbross gamerbross changed the base branch from main to develop July 11, 2024 05:08
@EliteMasterEric EliteMasterEric added type: minor bug Involves a minor bug or issue. status: reviewing internally This PR is under internal review and quality assurance testing medium A medium pull request with 100 or fewer changes labels Jul 11, 2024
@EliteMasterEric EliteMasterEric self-assigned this Jul 11, 2024
@ninjamuffin99
Copy link
Member

gamerbross ur so goated

@EliteMasterEric EliteMasterEric deleted the branch FunkinCrew:develop July 12, 2024 01:00
@EliteMasterEric EliteMasterEric added status: accepted Approved for contribution. If it's not already merged, it may be merged on a private branch. and removed status: reviewing internally This PR is under internal review and quality assurance testing labels Jul 12, 2024
@EliteMasterEric
Copy link
Member

LGTM

@EliteMasterEric EliteMasterEric added this to the 0.5.0 milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium A medium pull request with 100 or fewer changes status: accepted Approved for contribution. If it's not already merged, it may be merged on a private branch. type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants