You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing out this sample I noticed that if I click on the following tiles in this order I get a strange result:
1, 4
2, 2
This first draws the building at 1, 4 and then draws the building at 2, 2. Now the building at 2, 2 is in front of the building at 1, 4. I think I've found a potential fix for this so I'll include a pull request right after this.
The text was updated successfully, but these errors were encountered:
timmattison
added a commit
to timmattison/Making-Isometric-Real-time-Games
that referenced
this issue
May 21, 2012
When testing out this sample I noticed that if I click on the following tiles in this order I get a strange result:
1, 4
2, 2
This first draws the building at 1, 4 and then draws the building at 2, 2. Now the building at 2, 2 is in front of the building at 1, 4. I think I've found a potential fix for this so I'll include a pull request right after this.
The text was updated successfully, but these errors were encountered: