mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:58:35 +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();
|
framebuffer.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(bufferUpdates.empty());
|
bufferUpdates.clear();
|
||||||
if (!bufferUpdates.empty()) {
|
|
||||||
qFatal("Buffer sync error... frame destroyed without buffer updates being applied");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Frame::finish() {
|
void Frame::finish() {
|
||||||
|
|
Loading…
Reference in a new issue