mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Increased number of cycles when displaying interpolation log. in simulator
This commit is contained in:
@@ -823,7 +823,7 @@ namespace BlackCore
|
||||
const QPointer<CSimulatorCommon> myself(this);
|
||||
QTimer::singleShot(t, this, [ = ]
|
||||
{
|
||||
if (myself.isNull()) { return; }
|
||||
if (myself.isNull() || myself->isShuttingDown()) { return; }
|
||||
this->displayLoggedSituationInSimulator(cs, stopLogging, times - 1);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user