Smoother autopanning.

This commit is contained in:
Maciej Suminski 2016-05-02 15:56:11 +02:00
parent 113e75c5c5
commit f968556f9a
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ bool WX_VIEW_CONTROLS::handleAutoPanning( const wxMouseEvent& aEvent )
if( borderHit )
{
m_state = AUTO_PANNING;
m_panTimer.Start( (int) ( 1000.0 / 60.0 ) );
m_panTimer.Start( (int) ( 250.0 / 60.0 ) );
return true;
}