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

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

@@ -377,7 +377,8 @@ GFXVertexBuffer *GFXGLDevice::allocVertexBuffer(   U32 numVerts,
 
 GFXPrimitiveBuffer *GFXGLDevice::allocPrimitiveBuffer( U32 numIndices, U32 numPrimitives, GFXBufferType bufferType, void* data ) 
 {
-   GFXPrimitiveBuffer* buf
+   GFXPrimitiveBuffer* buf;
+   
    if(bufferType == GFXBufferTypeVolatile)
    {
       buf = findVolatilePBO(numIndices, numPrimitives);