Remove unnecessary thread specification when flushing GL on Android.

This commit is contained in:
Josh Matthews 2018-10-01 10:22:12 +02:00 committed by GitHub
parent 4413290de1
commit 4db25fe581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,9 +111,7 @@ public class ServoView extends GLSurfaceView
}
public void flushGLBuffers() {
inUIThread(() -> {
requestRender();
});
requestRender();
}
// Scroll and click