Commit a90680aa authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Maciej Sumiński

router: fix segfault on route-undo-route

parent 218cb8e7
......@@ -659,6 +659,7 @@ int ROUTER_TOOL::Main( TOOL_EVENT& aEvent )
if( m_needsSync )
{
m_router->SyncWorld();
m_router->SetView( getView() );
m_needsSync = false;
}
......
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