This commit is contained in:
Reece Wilson 2023-04-19 23:57:56 +01:00
parent d7d514c6b7
commit 36c163d90c

View File

@ -148,6 +148,11 @@ namespace Aurora::IO::Protocol
}
else
{
if (this->pTopPiece)
{
this->pTopPiece->pNext = pNew;
}
this->pTopPiece = pNew;
if (!this->pBottomPiece)