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

BUG: CubeGrid.Dispose() special case issue when deleting blocks individually #152

Open
Tyrsis opened this issue Sep 10, 2014 · 1 comment

Comments

@Tyrsis
Copy link

Tyrsis commented Sep 10, 2014

I have run into some fringe cases where ships that are built strangely (have cubeblocks at the end of the cubeblock list that is attached to the grid with only 1 block) will sometimes break off before being disposed and create their own cubegrid (like they were shot off the ship). This causes what I like to call, "float parts". Which in itself isn't too bad unless you're trying to bring back an entity in the same position from where it was removed from. Then that floating part becomes basically a bomb that destroys the entity that appears on it.

In the API if you remove the block by block deletion, it still removes the grid seemingly fine, and solves the issue.

@fvgoulet
Copy link
Contributor

@Tyrsis Please provide a step by step list of actions to be done to reproduce the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants