Sfoglia il codice sorgente

redefined the copyToBMP

Jeff Hutchinson 9 anni fa
parent
commit
909109713d
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      Engine/source/gfx/gl/gfxGLTextureObject.cpp

+ 0 - 2
Engine/source/gfx/gl/gfxGLTextureObject.cpp

@@ -140,8 +140,6 @@ void GFXGLTextureObject::reInit()
 
 bool GFXGLTextureObject::copyToBmp(GBitmap * bmp)
 {
-   PROFILE_SCOPE(GFXGLTextureObject_copyToBmp);
-
    if (!bmp)
       return false;