This commit is contained in:
gravestench 2020-10-26 11:35:23 +00:00 committed by GitHub
parent dd0c148784
commit 1046fb6137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ func (mr *MapRenderer) getEntitiesAboveWalls(tileX, tileY int) []d2interface.Map
vec := pos.World()
entityX, entityY := vec.X(), vec.Y()
if mapEntity.GetLayer() != 1 {
if mapEntity.GetLayer() == 1 {
continue
}