Skip to content

Commit

Permalink
https://developer.valvesoftware.com/wiki/$texture2
Browse files Browse the repository at this point in the history
  • Loading branch information
Python1320 committed May 14, 2018
1 parent 72efbf0 commit fa50838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ end
-- parsers for different filetypes --
local vmt_key_whitelist = {}

for k, v in next, {'basetexture', 'detail', 'blendmodulatetexture', 'bumpmap', 'normalmap', 'parallaxmap', 'heightmap', 'selfillummask', 'lightwarptexture', 'envmap', 'envmapmask', 'displacementmap', 'reflecttexture', 'refracttexture', 'refracttinttexture', 'dudvmap', 'bottommaterial', 'underwateroverlay'} do
for k, v in next, {'basetexture','texture2', 'detail', 'blendmodulatetexture', 'bumpmap', 'normalmap', 'parallaxmap', 'heightmap', 'selfillummask', 'lightwarptexture', 'envmap', 'envmapmask', 'displacementmap', 'reflecttexture', 'refracttexture', 'refracttinttexture', 'dudvmap', 'bottommaterial', 'underwateroverlay'} do
vmt_key_whitelist[v] = true
end

Expand Down

0 comments on commit fa50838

Please sign in to comment.