mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
Changed: Minor changes
This commit is contained in:
parent
0dd9100e85
commit
100923cb6c
2 changed files with 10 additions and 8 deletions
|
@ -781,3 +781,4 @@ extern NEL_PFNGLSAMPLECOVERAGEARBPROC nglSampleCoverageARB;
|
|||
#endif // USE_OPENGLES
|
||||
|
||||
#endif // NL_OPENGL_EXTENSION_H
|
||||
|
||||
|
|
|
@ -1542,7 +1542,7 @@ void CVertexBufferHardARB::unlock()
|
|||
#ifdef NL_DEBUG
|
||||
_Unmapping = true;
|
||||
#endif
|
||||
GLboolean unmapOk = false;
|
||||
GLboolean unmapOk = GL_FALSE;
|
||||
|
||||
#ifdef USE_OPENGLES
|
||||
if (_Driver->_Extensions.OESMapBuffer)
|
||||
|
@ -1671,3 +1671,4 @@ void CVertexBufferHardARB::invalidate()
|
|||
#endif
|
||||
|
||||
} // NL3D
|
||||
|
||||
|
|
Loading…
Reference in a new issue