glFinish to flush deletes

Bug: 17479800
Change-Id: I4d4a3eeda510e037f806052025184f3cde18c847
This commit is contained in:
John Reck
2014-09-19 10:10:19 -07:00
parent ccfa1a9799
commit 4ced2620b7

View File

@@ -377,6 +377,7 @@ void Caches::flush(FlushMode mode) {
}
clearGarbage();
glFinish();
}
///////////////////////////////////////////////////////////////////////////////