فهرست منبع

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);