mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-30 17:45:21 +00:00
various warnings
warnings cleanup
This commit is contained in:
parent
83cbf6c66e
commit
a621cc5100
9 changed files with 20 additions and 10 deletions
|
|
@ -201,6 +201,9 @@ void duDebugDrawTorque::renderBuffer(Buffer &b)
|
|||
buf[i].data.color.b,
|
||||
buf[i].data.color.a);
|
||||
break;
|
||||
|
||||
case default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
PrimBuild::end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue