update anims

This commit is contained in:
Jonny_Bro (Nikita) 2023-07-25 19:32:13 +05:00
parent 25c31f35a4
commit 62194bab87
6 changed files with 1 additions and 1 deletions

View file

@ -244,7 +244,7 @@ function CourseHUD()
end
text = speed .. " km/h"
w, _ = surface.GetTextSize(text)
local w, _ = surface.GetTextSize(text)
local r, g, b, a = string.ToColor(GetConVar("Beatrun_HUDTextColor"):GetString())