summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-10-02 15:01:02 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-10-02 15:01:02 +0200
commit336d91551d9aaf84a9b5e0cefc88c73daaec1e9d (patch)
tree854c3997f361991dbf0dbfffe657f240f89acf65 /misc
parent0b2446101c7294d633f6a8d889d89ecca5bb3965 (diff)
parentd532eecc8183c8b35fa7f1d3429daf4bf44d0f7e (diff)
downloadredot-engine-336d91551d9aaf84a9b5e0cefc88c73daaec1e9d.tar.gz
Merge pull request #97281 from reptofrog/deadzone-new-default
Input: Change the default deadzone value for new actions from 0.5 to 0.2
Diffstat (limited to 'misc')
-rw-r--r--misc/extension_api_validation/4.3-stable.expected8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.3-stable.expected b/misc/extension_api_validation/4.3-stable.expected
index 06933b5841..960edd0575 100644
--- a/misc/extension_api_validation/4.3-stable.expected
+++ b/misc/extension_api_validation/4.3-stable.expected
@@ -87,3 +87,11 @@ GH-94684
Validate extension JSON: Error: Field 'classes/SoftBody3D/methods/set_point_pinned/arguments': size changed value in new API, from 3 to 4.
Optional argument added to allow for adding pin point at specific index. Compatibility method registered.
+
+
+GH-97281
+--------
+Validate extension JSON: Error: Field 'classes/InputMap/methods/add_action/arguments/1': default_value changed value in new API, from "0.5" to "0.2".
+
+Default deadzone value was changed. No adjustments should be necessary.
+Compatibility method registered.