-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Core: Some code style improvements to AStarGrid2D
#81900
Core: Some code style improvements to AStarGrid2D
#81900
Conversation
58597e2
to
df99476
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these int's should also been changed to int32_t for consistency, other than that I have no claim to this PR.
df99476
to
1621110
Compare
Done. Although this is not related to coordinates and Line 96 in 571cd0e
|
Thanks! |
get_width()
andget_height()
declarations.GET_POINT_UNCHECKED()
macro with_get_point_unchecked()
method, for consistency and better style.int64_t
withint32_t
since components ofVector2i
andRect2i
areint32_t
.