mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
fixed texture call which reported as a missing image
This commit is contained in:
parent
48fa0c1968
commit
785a2b687d
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ singleton PostEffect( AL_DepthVisualize )
|
||||||
shader = AL_DepthVisualizeShader;
|
shader = AL_DepthVisualizeShader;
|
||||||
stateBlock = AL_DefaultVisualizeState;
|
stateBlock = AL_DefaultVisualizeState;
|
||||||
texture[0] = "#deferred";
|
texture[0] = "#deferred";
|
||||||
texture[1] = "depthviz";
|
texture[1] = "./depthviz";
|
||||||
target = "$backBuffer";
|
target = "$backBuffer";
|
||||||
renderPriority = 9999;
|
renderPriority = 9999;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue