Don't cancel autopilot when escaping out of customize appearance
This commit is contained in:
@@ -4084,6 +4084,11 @@ void handle_reset_view()
|
||||
}
|
||||
else
|
||||
{
|
||||
if (gAgent.getAutoPilot())
|
||||
{
|
||||
gAgent.stopAutoPilot(true);
|
||||
}
|
||||
|
||||
reset_view_final( true );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user