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

Update IconComponent.php #138

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

Conversation

floriiian
Copy link

This fixes the icon texture not showing up correctly

Fixes the icon texture not showing up
Comment on lines 21 to 23
"textures" => [
"default" => $this->texture
]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this even necessary anymore?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently it is, it fixed it for me so maybe it will for others too 🤷‍♂️

@@ -17,6 +17,7 @@ public function getName(): string {

public function getValue(): array {
return [
"texture" => $this->texture,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants