Removes the pointless getVariable call when doing the init on our smCommonShaderPath var.

This commit is contained in:
Areloch 2017-07-24 23:52:11 -05:00
parent 7567ca10c3
commit d870fe8890

View file

@ -49,7 +49,7 @@ MODULE_BEGIN( ShaderGen )
MODULE_END;
String ShaderGen::smCommonShaderPath(Con::getVariable("$Core::CommonShaderPath", "shaders/common"));
String ShaderGen::smCommonShaderPath("shaders/common");
ShaderGen::ShaderGen()
{