create default paths on android

This commit is contained in:
2019-02-03 15:56:45 +01:00
parent c2d526dec9
commit a193666f4a
4 changed files with 38 additions and 2 deletions

View File

@@ -618,7 +618,6 @@ void App::update(float dt)
if (dfbo != rfbo)
LOG("DIFFERENT FB");
glReadBuffer(GL_FRONT);
glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, data);
{
std::lock_guard<std::mutex> lock(rec_mutex);