mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
Fixed typo in coment
This commit is contained in:
parent
d2f9fd7136
commit
f13ba666b8
@ -21,7 +21,7 @@ CWeb::CWeb (Core::CWeb* web, CRenderContext& context, CAudioContext& audioContex
|
||||
this->m_render_handler = new RenderHandler(this);
|
||||
|
||||
CefBrowserSettings browserSettings;
|
||||
//Documentaion says said that 60 fps is maximum value
|
||||
//Documentaion says that 60 fps is maximum value
|
||||
browserSettings.windowless_frame_rate = std::max(60,context.getApp().getContext().settings.render.maximumFPS);
|
||||
|
||||
m_client = new BrowserClient(m_render_handler);
|
||||
|
Loading…
Reference in New Issue
Block a user