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

rework setTileData #881

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

rework setTileData #881

wants to merge 4 commits into from

Conversation

SimplyLiz
Copy link
Contributor

Draft! do not review!

@SimplyLiz SimplyLiz self-assigned this Apr 22, 2022
@@ -774,7 +802,7 @@ void Map::setTileID(const std::string &tileID, Point coordinate)

if (!targetCoordinates.size() == 1)
{ // if it's not a >1x1 building, place tileID on the current coordinate (e.g. ground decoration beneath a > 1x1 building)
currentMapNode.setTileID(tileID, coord);
//currentMapNode.setTileID(tileID, coord);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removed the setTileID here ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants