BlockColor-Engine/build/iOS/patches/irrlicht-dblfreefix.patch
2016-12-11 17:02:43 +02:00

13 lines
358 B
Diff
Executable File

--- source/Irrlicht/COpenGLCoreCacheHandler.h.orig 2016-10-25 15:42:40.000000000 +0200
+++ source/Irrlicht/COpenGLCoreCacheHandler.h 2016-10-25 15:52:13.000000000 +0200
@@ -115,9 +115,6 @@
}
Texture[index] = static_cast<const TOpenGLTexture*>(texture);
-
- if (prevTexture)
- prevTexture->drop();
}
status = true;