Hi, this may sound like a stupid question, but is there any way to remove the warning that the "HingeJoint parameter 0 is deprecated" - or is there something wrong with the way I'm using the constraint?
I constantly get this warning in the debugger and output whenever I open Godot or start debugging my project, and it's really starting to get irritating; I use those areas to make sure my scripts are running as expected and to fix anything the engine thinks I should change, so it's annoying to always have the warning icon displaying there and to have the text taking up space.
Does anyone know of a way to remove this warning? The parameter in question (params/bias) is set to its default value of 0.3, by the way.
