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

Remove all integer division warnings #390

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

DevPoodle
Copy link
Contributor

This removes all integer division warnings by explicitly casting types, instead of having Godot implicitly cast them. It should make the code slightly more clear, and allows us to avoid the current issue with warning_ignore not working properly (see godotengine/godot#56592).

@MewPurPur MewPurPur merged commit 193a276 into MewPurPur:main Jan 15, 2024
@MewPurPur
Copy link
Owner

Thanks!

@DevPoodle DevPoodle deleted the int-division-warnings branch January 15, 2024 20:21
MewPurPur pushed a commit that referenced this pull request Jun 1, 2024
MewPurPur pushed a commit that referenced this pull request Jun 1, 2024
MewPurPur pushed a commit that referenced this pull request Jun 1, 2024
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.

2 participants