Android: Fix race condition on shutdown.

This commit is contained in:
Unknown W. Brackets
2018-02-10 16:55:48 -08:00
parent 2bec3bf3ac
commit 48b4a5f378
3 changed files with 8 additions and 1 deletions
-1
View File
@@ -27,5 +27,4 @@ void AndroidJavaEGLGraphicsContext::ShutdownFromRenderThread() {
}
void AndroidJavaEGLGraphicsContext::Shutdown() {
// TODO
}