mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 17:53:32 +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();
|
||||
}
|
||||
|
||||
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