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

Allow vector arguments to contain negative numbers #2

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

dsnopek
Copy link
Contributor

@dsnopek dsnopek commented Nov 18, 2024

Without this PR, you can't use negative numbers in a Vector2 argument, for example, (-2, 1) will give this error:

ERROR: Failed to parse vector argument: Bad formatting: "(-2, 1)"

However, with this PR it works!

@limbonaut limbonaut added the bug Something isn't working label Nov 19, 2024
@limbonaut
Copy link
Owner

Looks good, thanks!

@limbonaut limbonaut merged commit 8bff3c0 into limbonaut:master Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants