mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
* BugFix: Clear some MSVC compiler warnings.
This commit is contained in:
parent
026409ed7f
commit
5d26dba7da
23 changed files with 24 additions and 111 deletions
|
|
@ -2896,7 +2896,6 @@ void MeshRoad::_generateVerts()
|
|||
|
||||
// Make Primitive Buffers
|
||||
U32 p00, p01, p11, p10;
|
||||
U32 pb00, pb01, pb11, pb10;
|
||||
U32 offset = 0;
|
||||
U16 *pIdx = NULL;
|
||||
U32 curIdx = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue