mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Render certain map markers on top of the player arrow (Fixes #2559)
This commit is contained in:
parent
278a078e9d
commit
1156668843
@ -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…
x
Reference in New Issue
Block a user