From 78b7e9dddae25121916cda91b699616a3233953c Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 31 Jan 2024 16:53:21 +0000 Subject: [PATCH] Update CHANGELOG-v3.80.md --- changelog/3.80/CHANGELOG-v3.80.md | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog/3.80/CHANGELOG-v3.80.md b/changelog/3.80/CHANGELOG-v3.80.md index 883ecb615..47e65c2d9 100644 --- a/changelog/3.80/CHANGELOG-v3.80.md +++ b/changelog/3.80/CHANGELOG-v3.80.md @@ -13,7 +13,6 @@ * `Tilemaps.Components.WeightedRandomize` now uses the Phaser `Math.RND.frac` method with a seed instead of the `Math.Random` static method. (thanks @jorbascrumps) * `Tilemaps.Components.IsometricCullTiles` does the `CheckIsoBounds` method check last when building the outputArray, as to help optimize in situations where the tile would not be visible anyways. (thanks @zegenie) * `Tilemaps.Components.WeightedRandomize` now uses the Phaser `Math.RND.frac` method with a seed instead the `Math.Random` static method. (thanks @jorbascrumps) -* The method `Layer.removeAll` has been removed. This method is still available via the `List.removeAll` that Layer inherits, but the `destroyChild` parameter is no longer available. * The `Layer.removeAll`, `remove` and `add` methods have been removed. These methods are all still available via the `List` class that Layer inherits, but the `destroyChild` parameters are no longer available. # Bug Fixes