Skip to content

Commit 8f59545

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent fe4b706 commit 8f59545

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ Since v3.0.0 the Game Object `render` functions have received a parameter called
579579
* `DataManager.Events.DESTROY` is a new event that the Data Manager will _listen_ for from its parent and then call its own `destroy` method when received.
580580
* The `Quaternion` class constructor will now default the values to `0,0,0,1` if they're not provided, making it an identity quaternion, rather than the `0,0,0,0` it was before.
581581
* You can now set the `ParticleEmitter.reserve` value via the emitter configuration object (thanks @vforsh)
582+
* Setting the `pixelArt` config option will now set `antialiasGL` to `false`, as well as `antialias`. Fix #5309 (thanks @Vegita2)
582583

583584
### Bug Fixes
584585

0 commit comments

Comments
 (0)