mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 21:45:33 +00:00
Render certain map markers on top of the player arrow (Fixes #2559)
This commit is contained in:
parent
278a078e9d
commit
1156668843
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ namespace
|
|||
|
||||
enum LocalMapWidgetDepth
|
||||
{
|
||||
Local_CompassLayer = 0,
|
||||
Local_MarkerAboveFogLayer = 1,
|
||||
Local_MarkerAboveFogLayer = 0,
|
||||
Local_CompassLayer = 1,
|
||||
Local_FogLayer = 2,
|
||||
Local_MarkerLayer = 3,
|
||||
Local_MapLayer = 4
|
||||
|
|
Loading…
Reference in a new issue