mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation problem
This commit is contained in:
parent
90ad8da878
commit
4f9b0269ec
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