Skip to content

Commit bd4c359

Browse files
committed
variable typo fix
1 parent a07399d commit bd4c359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/pac3/editor/client/panels/properties.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2951,7 +2951,7 @@ do -- vector
29512951
end
29522952

29532953
local color = Color(0,0,0)
2954-
if r + g + a < 400 then
2954+
if r + g + b < 400 then
29552955
color = Color(255,255,255)
29562956
end
29572957

0 commit comments

Comments
 (0)