Skip to content
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

GridMap accidental error #37902

Closed
2821869675 opened this issue Apr 15, 2020 · 1 comment
Closed

GridMap accidental error #37902

2821869675 opened this issue Apr 15, 2020 · 1 comment
Labels

Comments

@2821869675
Copy link

Godot version:
3.2.1.srable
Issue description:
Adding a cell after deleting a large number of cells reports an error
Steps to reproduce:
So let's create some blocks:
for x in range(32): for y in range(32): map.set_cell_item(x,0,y,0)
And then delete them:
for x in range(32): for y in range(32): map.set_cell_item(x,0,y,-1)
And then add:
for x in range(32): for y in range(32): map.set_cell_item(x,0,y,0)
The console will have an error at this point

Minimal reproduction project:
demo_Error.zip

@qarmin
Copy link
Contributor

qarmin commented Apr 15, 2020

Duplicate of #33648

@qarmin qarmin marked this as a duplicate of #33648 Apr 15, 2020
@qarmin qarmin closed this as completed Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants