mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 04:36:09 +02:00
Remove assert in ~Frame causing shutdown crash on Mac in dev build
This commit is contained in:
parent
b7069fff71
commit
4afb19e091
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