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

Removed unnecessary guard in GenerateBorders.gd #182

Merged

Conversation

cullumi
Copy link
Contributor

@cullumi cullumi commented Jan 22, 2025

Fixes #181

There was a guard in the generate borders class that was unnecessary; it was guarding "generator.settings" and "generator.settings.tile" in the Apply method, even though the class doesn't actually use either of those (it merely checks for empty spaces in the tile data). Presumably this was a leftover similar to the guard used in Walls.gd.

@BenjaTK BenjaTK merged commit f788fb0 into BenjaTK:main Feb 21, 2025
@cullumi cullumi deleted the Remove-Generate-Borders-Settings-Guard branch February 21, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GenerateBorder modifier not compatible with NoiseGenerator
2 participants