Skip to content

Commit c12eb98

Browse files
committed
Update CHANGELOG.md
1 parent 2f57407 commit c12eb98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ If you used any of them in your code, please update to the new function names be
132132
* `BitmapText.dropShadowAlpha` is a new property that sets the alpha of the Bitmap Text drop shadow.
133133
* `BatchChar` is a new internal private function for batching a single character of a Bitmap Text to the pipeline.
134134
* If you give an invalid Bitmap Font key, the Bitmap Text object will now issue a `console.warn`.
135+
* Setting the `color` value in the `DynamicBitmapText.setDisplayCallback` would inverse the red and blue channels if the color was not properly encoded for WebGL. It is now encoded automatically, meaning you can pass normal hex values as the colors in the display callback. Fix #5225 (thanks @teebarjunk)
135136

136137
### New Features
137138

0 commit comments

Comments
 (0)