We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v4.2.dev3.official.013e8e3af
Windows 10.0.19045 - GLES3 (Compatibility)
Possibly a duplicate of #1289, but I can't reopen that one.
Running the following code instantly crashes a project in version 4.2.dev3, and does not leave any error messages in editor, cosole or logs:
var test = [] test.append(test) print(test)
Run the code:
The text was updated successfully, but these errors were encountered:
Thanks for reporting the bug nonetheless!
Sorry, something went wrong.
No branches or pull requests
Godot version
v4.2.dev3.official.013e8e3af
System information
Windows 10.0.19045 - GLES3 (Compatibility)
Issue description
Possibly a duplicate of #1289, but I can't reopen that one.
Running the following code instantly crashes a project in version 4.2.dev3, and does not leave any error messages in editor, cosole or logs:
Steps to reproduce
Run the code:
Minimal reproduction project
The text was updated successfully, but these errors were encountered: