Reduced frame limit.

This commit is contained in:
Maciej Suminski 2013-07-04 14:21:40 +02:00
parent 84392f1723
commit 073eb024fe
1 changed files with 1 additions and 1 deletions

View File

@ -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();