mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 06:03:48 +00:00
clang tidy misc fixes
adress mixed || plus && concerns raised
This commit is contained in:
parent
15971185ee
commit
c337d5a9d2
3 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ void DebugVizHLSL::processPix(Vector<ShaderComponent*>& componentList,
|
|||
S32 vizDisplayMode = Con::getIntVariable("$Viz_DisplayMode", 0);
|
||||
S32 surfaceVizMode = Con::getIntVariable("$Viz_SurfacePropertiesModeVar", -1);
|
||||
|
||||
if (surfaceVizMode != -1 && vizDisplayMode == 0 || vizDisplayMode == 1)
|
||||
if ((surfaceVizMode != -1 && vizDisplayMode == 0) || vizDisplayMode == 1)
|
||||
{
|
||||
if (color)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue