Set NextQuadrantEntry not to null (#19969)

This commit is contained in:
Matthias Moninger 2023-04-17 20:18:43 +03:00 committed by GitHub
parent f5d9d00fba
commit 1ecdfb68ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ static PaintStruct* CreateNormalPaintStruct(
ps->Bounds.z = rotBoundBoxOffset.z;
ps->Attached = nullptr;
ps->Children = nullptr;
ps->NextQuadrantEntry = nullptr;
ps->InteractionItem = session.InteractionType;
ps->MapPos = session.MapPosition;
ps->Element = session.CurrentlyDrawnTileElement;