raddbgi from pdb: fix chunk list concats

This commit is contained in:
Ryan Fleury
2024-02-16 12:51:17 -08:00
parent 335f22e00b
commit 7597bccd46
3 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -3742,7 +3742,7 @@ p2r_convert(Arena *arena, P2R_ConvertIn *in)
}
//////////////////////////////////////////////////////////////
//- rjf: build unit array
//- rjf: build units
//
RDIM_UnitChunkList units = {0};
ProfScope("build unit array")