Explorar o código

Update gfxGLDevice.cpp

Anis %!s(int64=9) %!d(string=hai) anos
pai
achega
f39f7a80c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/gfx/gl/gfxGLDevice.cpp

+ 1 - 1
Engine/source/gfx/gl/gfxGLDevice.cpp

@@ -356,7 +356,7 @@ GFXVertexBuffer *GFXGLDevice::allocVertexBuffer(   U32 numVerts,
                                                    const GFXVertexFormat *vertexFormat, 
                                                    U32 vertSize, 
                                                    GFXBufferType bufferType,
-                                                   void* data = NULL )  
+                                                   void* data )  
 {
    if(bufferType == GFXBufferTypeVolatile)
       return findVolatileVBO(numVerts, vertexFormat, vertSize);