Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed issue with Text not having color set, and thus could not get th…
…e color either.
- Loading branch information
15ca587
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems useless, y do u do that?
15ca587
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You couldn't set .alpha on a Text, because it had no color. Setting .alpha gets the current color and modifies only the alpha. This broke existing code.