mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Merge branch 'mac-shutdown-crash-frame-dtor' into fix-osx-crash-on-exit
This commit is contained in:
commit
8cbe5e4541
1 changed files with 1 additions and 4 deletions
|
@ -21,10 +21,7 @@ Frame::~Frame() {
|
|||
framebuffer.reset();
|
||||
}
|
||||
|
||||
assert(bufferUpdates.empty());
|
||||
if (!bufferUpdates.empty()) {
|
||||
qFatal("Buffer sync error... frame destroyed without buffer updates being applied");
|
||||
}
|
||||
bufferUpdates.clear();
|
||||
}
|
||||
|
||||
void Frame::finish() {
|
||||
|
|
Loading…
Reference in a new issue