Skip to content

Commit

Permalink
Merge pull request #218 from grande1900/main
Browse files Browse the repository at this point in the history
- Fixes issue #198 ; material replacing skins carry over onto base viewmodels.
  • Loading branch information
MokaAkashiya85 committed Aug 11, 2023
2 parents 42b8def + 89687df commit af0e106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/weapons/arc9_base/cl_vm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ function SWEP:ViewModelDrawn()
self:DrawFlashlightsVM()

self:DrawLasers(false)
self:GetVM():SetMaterial("")
end

function SWEP:PostDrawViewModel()
Expand Down

0 comments on commit af0e106

Please sign in to comment.