mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #921 from lukaspj/Mixed-Particle-Rendering-Warning-Fix
Remove warning
This commit is contained in:
commit
5af91bf07a
1 changed files with 2 additions and 2 deletions
|
|
@ -437,9 +437,9 @@ void RenderParticleMgr::renderInstance(ParticleRenderInst *ri, SceneRenderState
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
AssertWarn(false, "No edge texture target defined, if you want to use mixed particle"
|
AssertFatal(false, "No edge texture target defined, if you want to use mixed particle"
|
||||||
"rendering, then make sure that the EdgeDetectPostEffect is enabled.");
|
"rendering, then make sure that the EdgeDetectPostEffect is enabled.");
|
||||||
ri->systemState == PSS_AwaitingHighResDraw;
|
ri->systemState = PSS_AwaitingHighResDraw;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue