mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 04:50:31 +00:00
Removed old fixed function code from GFX.
This commit is contained in:
parent
58d2e30af7
commit
5a933c00d3
53 changed files with 98 additions and 1646 deletions
|
|
@ -2254,7 +2254,7 @@ void River::_makeHighLODBuffers()
|
|||
}
|
||||
}
|
||||
|
||||
if ( numVerts > MAX_DYNAMIC_VERTS || numTriangles * 3 > MAX_DYNAMIC_INDICES )
|
||||
if ( numVerts > GFX_MAX_DYNAMIC_VERTS || numTriangles * 3 > GFX_MAX_DYNAMIC_INDICES )
|
||||
{
|
||||
mVB_high = NULL;
|
||||
mPB_high = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue