Merge pull request #2378 from zfbx/patch-3

fixed texture call which reported as a missing image
This commit is contained in:
Areloch 2020-04-18 01:18:54 -05:00 committed by GitHub
commit f68d72f356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};