Commit 073eb024 authored by Maciej Suminski's avatar Maciej Suminski

Reduced frame limit.

parent 84392f17
......@@ -117,7 +117,7 @@ void EDA_DRAW_PANEL_GAL::onSize( wxSizeEvent& aEvent )
void EDA_DRAW_PANEL_GAL::Refresh( bool eraseBackground, const wxRect* rect )
{
const unsigned int FPS_LIMIT = 50;
const unsigned int FPS_LIMIT = 40;
// Framerate limiter
wxLongLong currentTimeStamp = wxGetLocalTimeMillis();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment