disable brush start curve for other than iOS, frames capture for Windows, fix frame dt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user