[*] 2af2eadf
cont
This commit is contained in:
parent
d7d514c6b7
commit
36c163d90c
@ -148,6 +148,11 @@ namespace Aurora::IO::Protocol
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if (this->pTopPiece)
|
||||||
|
{
|
||||||
|
this->pTopPiece->pNext = pNew;
|
||||||
|
}
|
||||||
|
|
||||||
this->pTopPiece = pNew;
|
this->pTopPiece = pNew;
|
||||||
|
|
||||||
if (!this->pBottomPiece)
|
if (!this->pBottomPiece)
|
||||||
|
Loading…
Reference in New Issue
Block a user