mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Fixed: Compilation problem
This commit is contained in:
parent
0b5ccf03c3
commit
e7a08eb460
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ bool CDriverGL::setupDisplay()
|
|||
_SupportVBHard= true;
|
||||
_MaxVerticesByVBHard= _Extensions.NVVertexArrayRangeMaxVertex;
|
||||
}
|
||||
else if(_Extensions.ATITextureEnvCombine3 && !_Extensions.IsATI9500OrAbove && _Extensions.ATIVertexArrayObject)
|
||||
else if(_Extensions.ATITextureEnvCombine3 && _Extensions.ATIVertexArrayObject)
|
||||
{
|
||||
// NB
|
||||
// on Radeon 9200 and below : ATI_vertex_array_object is better (no direct access to AGP with ARB_vertex_buffer_object -> slow unlock)
|
||||
|
|
Loading…
Reference in a new issue