Another fix
This commit is contained in:
parent
b79e969b11
commit
8e67131351
@ -1853,6 +1853,9 @@ void COpenGLDriver::draw2DVertexPrimitiveList(const void* vertices, u32 vertexCo
|
||||
if (!primitiveCount || !vertexCount)
|
||||
return;
|
||||
|
||||
if (useCoreContext)
|
||||
return;
|
||||
|
||||
if (!checkPrimitiveCount(primitiveCount))
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user