Remove decimals (#3)

for a cleaner HUD look
This commit is contained in:
tacotexmex 2023-07-28 21:04:46 +02:00 committed by GitHub
parent 9550a6000b
commit 675b157cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,8 @@ local function add_hud_marker(waypoints_type, player, player_name, pos, label, c
name = label,
text = "m",
number = color,
world_pos = pos})
world_pos = pos,
precision = 1})
waypoints[pos_hash] = hud_id
end