mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Use opengl buffer ARB constistently in VertexBuffer.
This commit is contained in:
@@ -233,7 +233,7 @@ void VBO::unload(bool save)
|
||||
unmap();
|
||||
}
|
||||
|
||||
glDeleteBuffers(1, &vbo);
|
||||
glDeleteBuffersARB(1, &vbo);
|
||||
vbo = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user