Fix non const animation node process function

This commit is contained in:
Guilherme Sousa
2024-10-26 17:56:51 +02:00
parent 92e51fca72
commit ec62978dd0
3 changed files with 9 additions and 2 deletions

View File

@@ -95,3 +95,10 @@ Validate extension JSON: Error: Field 'classes/InputMap/methods/add_action/argum
Default deadzone value was changed. No adjustments should be necessary.
Compatibility method registered.
GH-97020
--------
Validate extension JSON: Error: Field 'classes/AnimationNode/methods/_process': is_const changed value in new API, from true to false.
`_process` virtual method fixed to be non const instead.