mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Re-enable MixedParticleRendering
This commit is contained in:
parent
69838bdc8c
commit
981b37e548
3 changed files with 19 additions and 10 deletions
|
|
@ -83,7 +83,7 @@ singleton PostEffect( EdgeDetectPostEffect )
|
|||
texture[0] = "#prepass";
|
||||
target = "#edge";
|
||||
|
||||
isEnabled = false;
|
||||
isEnabled = true;
|
||||
};
|
||||
|
||||
singleton PostEffect( EdgeAAPostEffect )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue