Kaydet (Commit) d846fc0c authored tarafından Markus Mohrhard's avatar Markus Mohrhard

don't delete texture before we were able to read it back

Change-Id: Id59983add682ea3f0e6e9e440b1700817bbc6867
üst c245039e
...@@ -167,7 +167,6 @@ void OpenGLSalBitmap::Destroy() ...@@ -167,7 +167,6 @@ void OpenGLSalBitmap::Destroy()
bool OpenGLSalBitmap::AllocateUserData() bool OpenGLSalBitmap::AllocateUserData()
{ {
Destroy();
SAL_INFO( "vcl.opengl", "OpenGLSalBitmap::AllocateUserData" ); SAL_INFO( "vcl.opengl", "OpenGLSalBitmap::AllocateUserData" );
if( mnWidth && mnHeight ) if( mnWidth && mnHeight )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment