mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-30 01:25:28 +00:00
ID10T error
no default does not need case -_- id10t error, few other fixes
This commit is contained in:
parent
a621cc5100
commit
6807abc8b6
5 changed files with 8 additions and 6 deletions
|
|
@ -202,8 +202,9 @@ void duDebugDrawTorque::renderBuffer(Buffer &b)
|
|||
buf[i].data.color.a);
|
||||
break;
|
||||
|
||||
case default:
|
||||
break;
|
||||
default:
|
||||
PrimBuild::end();
|
||||
break;
|
||||
}
|
||||
}
|
||||
PrimBuild::end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue