Update UI 60 times per second (#4570)

* Update UI 60 times per second

* Adjust falloff values
This commit is contained in:
Karmo Rosental
2018-09-17 17:49:25 +03:00
committed by Hyunjin Song
parent 153f15f4b4
commit dd7b0865fb
4 changed files with 8 additions and 8 deletions

View File

@@ -209,7 +209,7 @@ MainWindow::MainWindow() :
vbox->addWidget( w );
setCentralWidget( main_widget );
m_updateTimer.start( 1000 / 20, this ); // 20 fps
m_updateTimer.start( 1000 / 60, this ); // 60 fps
if( ConfigManager::inst()->value( "ui", "enableautosave" ).toInt() )
{