[*] Missing iStartTickMS_ assignment

This commit is contained in:
Reece Wilson 2023-10-16 02:18:12 +01:00
parent 358964efb0
commit 4742d2b9e7

View File

@ -121,6 +121,8 @@ namespace Aurora::IO
{
AuSPtr<IIOProcessorItem> ret;
this->iStartTickMS_ = AuTime::CurrentClockMS();
if (this->pAsyncTransaction_)
{
auto pWaitable = this->pAsyncAdapter_->ToWaitable();