From 3b55380ee4c4fae93e7a984d6c32b50a11c14f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Wed, 3 Dec 2025 11:24:04 +0100 Subject: [PATCH] [3D platformer] Fix a typo in a behavior --- examples/3d-platformer/3d-platformer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/3d-platformer/3d-platformer.json b/examples/3d-platformer/3d-platformer.json index 7bc7e1715..ec7407fa0 100644 --- a/examples/3d-platformer/3d-platformer.json +++ b/examples/3d-platformer/3d-platformer.json @@ -55581,7 +55581,7 @@ "value": "2", "type": "Number", "unit": "Second", - "label": "Halfway time for rotation when idling", + "label": "Halfway time for rotation when moving", "group": "Camera following", "name": "MovingRotationHalfwayDuration" },