Merge pull request #6 from Dominator56/master

Fix test.lua
This commit is contained in:
rafal1137 2016-08-21 14:52:37 +02:00 committed by GitHub
commit 07d37a329a

View file

@ -178,7 +178,7 @@ function et_ConsoleCommand(_command)
return 1
end
if string.lower(command) == "shader" then
if string.lower(_command) == "shader" then
et.G_ShaderRemap("textures/battery/terrain_0", "textures/fueldump/terrain1_2")
et.G_ShaderRemap("textures/battery/terrain_1", "textures/fueldump/terrain1_2")
et.G_ShaderRemap("textures/battery/terrain_2", "textures/fueldump/terrain1_2")