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 8c807485b1
commit f7688f8327

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()
{