mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix issue where skipGLCalls_ wasn't respected. May help #11063
This commit is contained in:
parent
42a73e4c76
commit
aea5f38a15
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ GLRenderManager::~GLRenderManager() {
|
|||
_assert_(frameData_[i].deleter_prev.IsEmpty());
|
||||
}
|
||||
// Was anything deleted during shutdown?
|
||||
deleter_.Perform(this, false);
|
||||
deleter_.Perform(this, skipGLCalls_);
|
||||
_assert_(deleter_.IsEmpty());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue