Skip to content

Commit

Permalink
Smoothing the mute icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
manix84 committed Jul 5, 2020
1 parent 4472fde commit 5211959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/autorun/shared.lua
Expand Up @@ -6,7 +6,7 @@ print('[Discord] Init')
resource.AddFile("materials/icon256/mute.png")
if (CLIENT) then
shouldDrawMute = false
muteIconAsset = Material("materials/icon256/mute.png")
muteIconAsset = Material("materials/icon256/mute.png", "smooth mips")

net.Receive("drawMute", function()
shouldDrawMute = net.ReadBool()
Expand Down

0 comments on commit 5211959

Please sign in to comment.