Skip to content

Commit

Permalink
Fix hud_elem_type warning triggered by builtin minimap
Browse files Browse the repository at this point in the history
Fixes a deprecation warning introduced by adaa4cc.
  • Loading branch information
grorp committed Feb 19, 2024
1 parent 4acbd59 commit 84dd812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/game/statbars.lua
Expand Up @@ -25,7 +25,7 @@ local bar_definitions = {
offset = {x = 25, y= -(48 + 24 + 16)},
},
minimap = {
hud_elem_type = "minimap",
type = "minimap",
position = {x = 1, y = 0},
alignment = {x = -1, y = 1},
offset = {x = -10, y = 10},
Expand Down

0 comments on commit 84dd812

Please sign in to comment.