mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
3DFileViewer: Set timer to 15ms instead of 20ms
This approaches 60FPS and feels a bit smoother.
This commit is contained in:
parent
77c16d2ae7
commit
126adfc392
Notes:
sideshowbarker
2024-07-17 03:27:40 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/126adfc392 Pull-request: https://github.com/SerenityOS/serenity/pull/21349 Reviewed-by: https://github.com/Hendiadyoin1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ private:
|
|||
m_context = MUST(GL::create_context(*m_bitmap));
|
||||
m_framerate_timer = Core::ElapsedTimer::start_new();
|
||||
|
||||
start_timer(20);
|
||||
start_timer(15);
|
||||
|
||||
GL::make_context_current(m_context);
|
||||
glFrontFace(GL_CCW);
|
||||
|
|
Loading…
Add table
Reference in a new issue