-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning: delta is never used in function process #21186
Comments
It also respects |
See #19993 (comment) |
I'll add the underscore prefix convention to ignore the unused variable. |
@vnen |
@aaronfranke No because then there's no way to opt-in for this type warning. You can change argument names at will, but the names of those virtual functions are forced. Also |
I still get this warning:
|
Change your code to this:
We might wish to make this the default for the template for new scripts. |
now my godot just crashes the game window and doesnt even give any errors what should i do edit: here is my code
|
@Coder6969696 |
Godot version:
master (5d09877)
related issue: #21180
OS/device including version:
Linux
Issue description:
Do I have to ignore this warning or can I replace delta with another String that doesn't trigger the warning?
Steps to reproduce:
The text was updated successfully, but these errors were encountered: