-
Notifications
You must be signed in to change notification settings - Fork 106
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
WIP Set tile id in map node #967
base: master
Are you sure you want to change the base?
Conversation
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.
@SimplyLiz why removed the const ?
it's mainly meant for checking and it makes sense that it will be const
Because I need to use getMapNode instead of direct access and this must be a reference and I didn’t want to introduce a new function that does absolutely the same but is const |
if it's exactly the same why not use const then ? didn't understand |
Because in a lot of cases we’ll need to Manipulate the mapnode objects. And in some we don’t which would need an exact duplicate of the getNode function but being const |
Kudos, SonarCloud Quality Gate passed! |
Hi! @SimplyLiz , Can I work on thie pr now? I want to fix this problem: #892. |
wip...
Remaining tasks: