Skip to content

Commit

Permalink
make it actually work by removing the number that the regex does not …
Browse files Browse the repository at this point in the history
…catch
  • Loading branch information
Python1320 committed May 14, 2018
1 parent fa50838 commit 9caa50d
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','texture2', 'detail', 'blendmodulatetexture', 'bumpmap', 'normalmap', 'parallaxmap', 'heightmap', 'selfillummask', 'lightwarptexture', 'envmap', 'envmapmask', 'displacementmap', 'reflecttexture', 'refracttexture', 'refracttinttexture', 'dudvmap', 'bottommaterial', 'underwateroverlay'} do
for k, v in next, {'basetexture','texture', '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 9caa50d

Please sign in to comment.