浏览代码

Update gfxGLDevice.cpp

Anis 9 年之前
父节点
当前提交
f39f7a80c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);