mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #2378 from zfbx/patch-3
fixed texture call which reported as a missing image
This commit is contained in:
commit
f68d72f356
|
|
@ -67,7 +67,7 @@ singleton PostEffect( AL_DepthVisualize )
|
|||
shader = AL_DepthVisualizeShader;
|
||||
stateBlock = AL_DefaultVisualizeState;
|
||||
texture[0] = "#deferred";
|
||||
texture[1] = "depthviz";
|
||||
texture[1] = "./depthviz";
|
||||
target = "$backBuffer";
|
||||
renderPriority = 9999;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue