Merge branch 'tahoma2d:master' into Range_Intermediate_StatusBar_and_Tooltip

This commit is contained in:
Tom 2023-07-03 14:14:00 -04:00 committed by GitHub
commit 68aaa2ea60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -444,8 +444,10 @@ void PlasticDeformerFx::doCompute(TTile &tile, double frame,
// ts->unloadTexture(texId); // Auto-released // ts->unloadTexture(texId); // Auto-released
// due to display list destruction // due to display list destruction
context->deleteLater(); //context->deleteLater();
// context->doneCurrent(); context->moveToThread(0);
context->doneCurrent();
delete context;
} }
assert(glGetError() == GL_NO_ERROR); assert(glGetError() == GL_NO_ERROR);
} }