From Jean-Sebastien Guay, build fix

This commit is contained in:
Robert Osfield
2008-12-02 09:00:53 +00:00
parent 1ff5d3c53d
commit b58efff175

View File

@@ -733,7 +733,7 @@ void PixelBufferObject::resizeGLObjectBuffers(unsigned int maxSize)
//--------------------------------------------------------------------------------
PixelDataBufferObject::PixelDataBufferObject()
{
_target = GL_ARRAY_BUFFER;
_target = GL_ARRAY_BUFFER_ARB;
_usage = GL_DYNAMIC_DRAW_ARB;
_bufferData.dataSize = 0;
}