disable brush start curve for other than iOS, frames capture for Windows, fix frame dt

This commit is contained in:
2018-05-09 12:06:34 +02:00
parent af0e588a94
commit 01e3544f95
3 changed files with 11 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ int main(int argc, char** argv)
App::I.redraw = true;
glBindFramebuffer(GL_FRAMEBUFFER, 0);
App::I.clear();
App::I.update((float)(t1 - t0) / 1000.0f);
App::I.update(dt);
SwapBuffers(hDC);
async_unlock();
//LOG("swap main");
@@ -421,7 +421,7 @@ int main(int argc, char** argv)
}
}
}
App::I.terminate();
// Clean up
WacomTablet::I.terminate();
DestroyWindow(hWnd);