mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-05 08:07:51 -05:00
bugifx (#849)
This commit is contained in:
parent
dd0c148784
commit
1046fb6137
@ -292,7 +292,7 @@ func (mr *MapRenderer) getEntitiesAboveWalls(tileX, tileY int) []d2interface.Map
|
|||||||
vec := pos.World()
|
vec := pos.World()
|
||||||
entityX, entityY := vec.X(), vec.Y()
|
entityX, entityY := vec.X(), vec.Y()
|
||||||
|
|
||||||
if mapEntity.GetLayer() != 1 {
|
if mapEntity.GetLayer() == 1 {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user