From bfd3884d3663bbb7990f694f67283297ca9cefb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sat, 9 Dec 2023 21:53:36 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd84ceb2..32248806b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Add `EffectiveCharacterMovement::is_sliding_down_slope` to indicate if the character controlled by the kinematic character controller is sliding on a slope that is too steep. - Add `Wheel::side_friction_stiffness` to customize the side friction applied to the vehicle controller’s wheel. +- Add `DebugRenderStyle::disabled_color_multiplier` to make the debug-renderer color disabled object differently. ### Modified - Make `Wheel::friction_slip` public to customize the front friction applied to the vehicle controller’s wheels.