1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

Latest changes + missing comma

This commit is contained in:
Earu 2021-05-12 15:59:38 +02:00
parent d72d191430
commit 74c4d83359

View File

@ -460,6 +460,7 @@ function SETTINGS:AddCategory(category_name, icon)
if self == categories:GetActiveButton() then
surface.SetDrawColor(color_white)
surface.DrawOutlinedRect(0, 0, w, h)
surface.DrawRect(w - 4, 0, 4, h)
end
end