Synchronize the names for RequiredParam<T> arguments in header files

This commit is contained in:
David Snopek
2025-12-03 04:13:09 -06:00
parent 7a228b4b91
commit 308f23f21d
27 changed files with 84 additions and 84 deletions

View File

@@ -300,7 +300,7 @@ public:
virtual RID soft_body_create() override;
virtual void soft_body_update_rendering_server(RID p_body, RequiredParam<PhysicsServer3DRenderingServerHandler> p_rendering_server_handler) override;
virtual void soft_body_update_rendering_server(RID p_body, RequiredParam<PhysicsServer3DRenderingServerHandler> rp_rendering_server_handler) override;
virtual void soft_body_set_space(RID p_body, RID p_space) override;
virtual RID soft_body_get_space(RID p_body) const override;