mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Removes the pointless getVariable call when doing the init on our smCommonShaderPath var.
This commit is contained in:
parent
7567ca10c3
commit
d870fe8890
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue